From 7f023aef86ca22807a54af2a0333fbca4dccadd2 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Sun, 5 Feb 2023 09:43:15 +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 42bf18a..e1662b6 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 --output-on-failure --verbose + cd build && ctest -D Debug --output-on-failure --verbose bazel-build: strategy: