Skip to content

Commit

Permalink
Remove leaks from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
joewpeterson committed Oct 10, 2024
1 parent 705911b commit adaecc7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
19 changes: 0 additions & 19 deletions .github/scripts/prep_leaks_test.sh

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/ContinuousIntegration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,3 @@ jobs:
bash test_valgrind.sh
working-directory: .

- name: Setup Leaks on MacOS
if: ${{matrix.os == 'macos-12'}}
run: |
bash .github/scripts/prep_leaks_test.sh
working-directory: .

- name: Run tests with Leaks
if: ${{matrix.os == 'macos-12'}}
run: |
bash test_leaks.sh
working-directory: .

0 comments on commit adaecc7

Please sign in to comment.