Skip to content

Commit

Permalink
remove final test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptkeeper committed Apr 28, 2024
1 parent ca099f3 commit 7bcf300
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ 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 ./build/fsautoproc

0 comments on commit 7bcf300

Please sign in to comment.