Skip to content

Commit 3633db7

Browse files
authored
Merge pull request acts-project#833 from niermann999/feat-run-debug-unittests
CI: Run debug unittests
2 parents 6974030 + 711f8b9 commit 3633db7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/builds.yml

+6
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ jobs:
107107
cd build
108108
source ${GITHUB_WORKSPACE}/.github/ci_setup.sh ${{ matrix.PLATFORM.NAME }}
109109
ctest --output-on-failure
110+
- name: Unit Test
111+
if: "matrix.BUILD_TYPE == 'Debug'"
112+
run: |
113+
cd build
114+
source ${GITHUB_WORKSPACE}/.github/ci_setup.sh ${{ matrix.PLATFORM.NAME }}
115+
ctest -R detray_unit_test_. -E ._eigen --output-on-failure
110116
111117
# Containerised build jobs.
112118
device-container:

0 commit comments

Comments
 (0)