Skip to content

Commit

Permalink
Add -C for windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PJK committed Nov 9, 2024
1 parent 562aaf0 commit 401b10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
- run: /c/Program\ Files/Cmake/bin/cmake --build libcbor_build
- run: >
export PATH="$(pwd)/cmocka_build/src/Debug/:$PATH" &&
/c/Program\ Files/Cmake/bin/ctest.exe --test-dir libcbor_build --output-on-failure
/c/Program\ Files/Cmake/bin/ctest.exe --test-dir libcbor_build -C Debug --output-on-failure
build-and-test-mips: &dockcross-job
docker:
Expand Down

0 comments on commit 401b10c

Please sign in to comment.