Skip to content

Commit

Permalink
fix: remove still-reachable checks on valgrind CI
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-olivier committed Jul 26, 2024
1 parent f4ea21b commit 933c459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Run unit tests with valgrind
working-directory: build
run: valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1 ./unit_tests
run: valgrind --leak-check=full --show-leak-kinds=definite,possible --error-exitcode=1 ./unit_tests

linter:
name: linter
Expand Down

0 comments on commit 933c459

Please sign in to comment.