From 9fce27a4cedad5f46f6fd0e6597fbff4dbaf426e Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Sun, 5 Feb 2023 09:50:05 +0100 Subject: [PATCH] (actions) ctest Debug --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1662b6..1c4fcb6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: - name: Run Tests shell: bash run: | - cd build && ctest -D Debug --output-on-failure --verbose + cd build && ctest -C Debug --output-on-failure --verbose bazel-build: strategy: