Skip to content

Commit

Permalink
Merge pull request #833 from niermann999/feat-run-debug-unittests
Browse files Browse the repository at this point in the history
CI: Run debug unittests
  • Loading branch information
stephenswat authored Sep 28, 2024
2 parents 6974030 + 711f8b9 commit 3633db7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ jobs:
cd build
source ${GITHUB_WORKSPACE}/.github/ci_setup.sh ${{ matrix.PLATFORM.NAME }}
ctest --output-on-failure
- name: Unit Test
if: "matrix.BUILD_TYPE == 'Debug'"
run: |
cd build
source ${GITHUB_WORKSPACE}/.github/ci_setup.sh ${{ matrix.PLATFORM.NAME }}
ctest -R detray_unit_test_. -E ._eigen --output-on-failure
# Containerised build jobs.
device-container:
Expand Down

0 comments on commit 3633db7

Please sign in to comment.