From 41f95ba55907bc9600d96825d11d2150ade0a3cc Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Thu, 7 Sep 2023 18:50:00 +0200 Subject: [PATCH] config --- .github/workflows/macos.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 557c8f1b3..1f43631ca 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -49,6 +49,7 @@ jobs: - name: Test run: | ctest --test-dir build_${{matrix.build_type}} \ + --config ${{matrix.build_type}} \ --output-on-failure - name: Generate Coverage