Skip to content

Commit

Permalink
run
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Nov 17, 2023
1 parent 4e664a6 commit de2c674
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,13 @@ jobs:

- name: test runtime
run: make unit-test

- name: build runtime with mpk enable
run: |
make clean
cmake -Bbuild -DBPFTIME_ENABLE_UNIT_TESTING=0 \
-DCMAKE_BUILD_TYPE:STRING=Release \
-DBPFTIME_ENABLE_LTO=0 -DBPFTIME_ENABLE_MPK=1
cmake --build build --config Release
- name: test runtime with mpk
run: make unit-test

0 comments on commit de2c674

Please sign in to comment.