(actions) ctest Debug

This commit is contained in:
Matthijs van der Burgh 2023-02-05 09:43:15 +01:00
parent 58b15fecb3
commit 7f023aef86

View File

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