From d01e2cdf60bfc320642195756eb6e4533d1cbc09 Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Wed, 3 Nov 2021 16:23:39 +0000 Subject: [PATCH] Fix tests. Release tests require CTest to actually be passed the -C option. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2296246..dd5153d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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