Skip to content

Commit d01e2cd

Browse files
committed
Fix tests.
Release tests require CTest to actually be passed the -C option.
1 parent 7ef1dfd commit d01e2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Test
100100
if: ${{ matrix.build-only != 'yes' }}
101101
working-directory: ${{github.workspace}}/build
102-
run: ctest --output-on-failure -j 4
102+
run: ctest --output-on-failure -j 4 -C ${{ matrix.build-type }}
103103
- name: Selfhost
104104
if: ${{ matrix.self-host }}
105105
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)