We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11726ff commit 524e571Copy full SHA for 524e571
1 file changed
.github/workflows/ci.yml
@@ -64,8 +64,8 @@ jobs:
64
run: cmake --build build --config Release --parallel
65
66
- name: Unit tests
67
- run: ctest --test-dir build -R hyperliquid_tests --output-on-failure
+ run: ctest --test-dir build -C Release -R hyperliquid_tests --output-on-failure
68
69
- name: Integration tests
70
- run: ctest --test-dir build -R hyperliquid_integration_tests --output-on-failure
+ run: ctest --test-dir build -C Release -R hyperliquid_integration_tests --output-on-failure
71
timeout-minutes: 5
0 commit comments