Skip to content

Commit 7ecfb3b

Browse files
committed
Fix ci
1 parent 614c3a6 commit 7ecfb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ jobs:
103103
run: cmake --build build --config Release
104104

105105
- name: Run Tests
106-
run: ctest --test-dir build --output-on-failure
106+
run: ctest --test-dir build --config Release --output-on-failure
107107

0 commit comments

Comments
 (0)