Skip to content

Commit

Permalink
Specify config for ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
urfeex committed Jan 10, 2025
1 parent e08f097 commit 24e764f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
- name: build
run: cmake --build build --config Debug
- name: test
run: cd build && ctest --output-on-failure
run: cd build && ctest --output-on-failure -C Debug
- name: run examples
run: ./run_examples.sh "192.168.56.101" 1

0 comments on commit 24e764f

Please sign in to comment.