Skip to content

Commit

Permalink
ci: fix option on uci
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Dec 25, 2023
1 parent 2908461 commit 7c23c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Run unit tests
run: |
cmake -S . -B build -DUA2F_BUILD_TESTS=ON -DUA2F_USE_UCI=OFF
cmake -S . -B build -DUA2F_BUILD_TESTS=ON -DUA2F_ENABLE_UCI=OFF
cmake --build build
./build/ua2f_test
Expand Down

0 comments on commit 7c23c9d

Please sign in to comment.