(actions) ctest Debug

This commit is contained in:
Matthijs van der Burgh 2023-02-05 09:50:05 +01:00
parent 7f023aef86
commit 9fce27a4ce

View File

@ -47,7 +47,7 @@ jobs:
- name: Run Tests - name: Run Tests
shell: bash shell: bash
run: | run: |
cd build && ctest -D Debug --output-on-failure --verbose cd build && ctest -C Debug --output-on-failure --verbose
bazel-build: bazel-build:
strategy: strategy: