Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Officeyutong committed Oct 16, 2023
1 parent 3b4359e commit 3e2c770
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
sudo apt-get install binutils-dev libboost1.74-all-dev libelf-dev zlib1g-dev libyaml-cpp-dev gcc-12 g++-12
- name: Build the target
run: |
cmake -Bbuild -DBPFTIME_ENABLE_UNIT_TESTING=1 -DCMAKE_BUILD_TYPE:STRING=Debug
cmake --build build --config Debug -j --target bpftime_runtime_tests
CC=gcc-12 CXX=g++-12 make build-unit-test
- name: Run the test
run: |
./build/runtime/unit-test/bpftime_runtime_tests
make unit-test

0 comments on commit 3e2c770

Please sign in to comment.