Skip to content

Commit

Permalink
Separate install and setup of valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
joewpeterson committed Oct 8, 2024
1 parent 38ed0ba commit 593a5d4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ContinuousIntegration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,12 @@ jobs:
./configure;
make;
sudo make install;
bash .github/scripts/prep_valgrind_test.sh
working-directory: .

- name: Prep valgrind tests
if: ${{matrix.os == 'ubuntu-22.04'}}
run: |
bash .github/scripts/prep_valgrind_test.sh
working-directory: .

- name: Run tests with Valgrind
Expand Down

0 comments on commit 593a5d4

Please sign in to comment.