Skip to content

Commit

Permalink
Only run CTest+Valgrind on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Jun 25, 2024
1 parent dd14a5f commit 0260d52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ jobs:
env:
VALGRIND_LIB: ${{ env.VALGRIND_PREFIX }}/libexec/valgrind/
run: ctest -C ${{ matrix.build_type }} --verbose -T memcheck
if: matrix.os == 'ubuntu-latest'

- name: Run UMB generator with Valgrind
env:
Expand Down

0 comments on commit 0260d52

Please sign in to comment.