Fix tests.

Release tests require CTest to actually be passed the -C option.
This commit is contained in:
Matthew Parkinson
2021-11-03 16:23:39 +00:00
committed by Matthew Parkinson
parent 7ef1dfdd51
commit d01e2cdf60

View File

@@ -99,7 +99,7 @@ jobs:
- name: Test
if: ${{ matrix.build-only != 'yes' }}
working-directory: ${{github.workspace}}/build
run: ctest --output-on-failure -j 4
run: ctest --output-on-failure -j 4 -C ${{ matrix.build-type }}
- name: Selfhost
if: ${{ matrix.self-host }}
working-directory: ${{github.workspace}}/build