Skip to content

Commit 524e571

Browse files
committed
Fix CI windows tests
1 parent 11726ff commit 524e571

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,8 +64,8 @@ jobs:
6464
run: cmake --build build --config Release --parallel
6565

6666
- name: Unit tests
67-
run: ctest --test-dir build -R hyperliquid_tests --output-on-failure
67+
run: ctest --test-dir build -C Release -R hyperliquid_tests --output-on-failure
6868

6969
- name: Integration tests
70-
run: ctest --test-dir build -R hyperliquid_integration_tests --output-on-failure
70+
run: ctest --test-dir build -C Release -R hyperliquid_integration_tests --output-on-failure
7171
timeout-minutes: 5

0 commit comments

Comments
 (0)