Skip to content

Commit

Permalink
ci: build all target
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Dec 25, 2023
1 parent 38d8ca8 commit 2908461
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
- name: Run unit tests
run: |
cmake -S . -B build -DUA2F_BUILD_TESTS=ON
cmake --build build --target ua2f_test
cmake --build build
./build/ua2f_test
test-standalone:
name: Run unit tests
name: Run unit tests without uci support
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Run unit tests
run: |
cmake -S . -B build -DUA2F_BUILD_TESTS=ON -DUA2F_USE_UCI=OFF
cmake --build build --target ua2f_test
cmake --build build
./build/ua2f_test
Expand Down

0 comments on commit 2908461

Please sign in to comment.