Skip to content

Commit 38b6937

Browse files
committed
fix: update test command in CI workflow to include release configuration and output on failure
1 parent 1233a45 commit 38b6937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838

3939
- name: Test
4040
working-directory: ${{github.workspace}}/build
41-
run: ctest
41+
run: ctest -C Release --output-on-failure

0 commit comments

Comments
 (0)