Skip to content

Commit

Permalink
ignore exit error on specific test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptkeeper committed Apr 28, 2024
1 parent e28c02b commit ca099f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: |
valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1 ./build/fsautoproc -h
mkdir empty && valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1 ./build/fsautoproc -c example.fsautoproc.json -s empty
valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1 ./build/fsautoproc
valgrind --leak-check=full --show-leak-kinds=all ./build/fsautoproc

0 comments on commit ca099f3

Please sign in to comment.