Fix tests.
Release tests require CTest to actually be passed the -C option.
This commit is contained in:
committed by
Matthew Parkinson
parent
7ef1dfdd51
commit
d01e2cdf60
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user