Skip to content

Commit 62aa4c6

Browse files
Copilothsluoyz
andcommitted
Fix build/test config mismatch in Windows and macOS jobs
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
1 parent 1ff6612 commit 62aa4c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
id: test-lib
6565
run: |
6666
cd build
67-
ctest -j10 -C Release -T test --output-on-failure
67+
ctest -j10 -C Debug -T test --output-on-failure
6868
6969
macos:
7070
name: "macOS Latest"
@@ -85,7 +85,7 @@ jobs:
8585
id: test-lib
8686
run: |
8787
cd build
88-
ctest -j10 -C Release -T test --output-on-failure
88+
ctest -j10 -C Debug -T test --output-on-failure
8989
- name: Cleanup
9090
id: clean-up
9191
run: |

0 commit comments

Comments
 (0)