Skip to content

Commit

Permalink
Update valgrind.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simo981 committed Apr 22, 2024
1 parent 863babe commit 0a19f82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
make DEBUG=1
valgrind --show-leak-kinds=all -s --leak-check=full --track-origins=yes ./seqperm --reverse full --upper full --leet full --start 1 --end 5 --only_transformations --last 2024,001,1,355 --connectors .,- hi how ar,e you fi,ne 1>/dev/null
valgrind --show-leak-kinds=all -s --leak-check=full --track-origins=yes ./seqperm --reverse full --upper full --leet full --start 1 --end 5 --last 2024,001,1,355 --connectors .,- hi how ar,e you fi,ne 1>/dev/null
valgrind --show-leak-kinds=all -s --leak-check=full --track-origins=yes ./seqperm --memory --reverse full --upper full --leet full --start 1 --end 5 --only_transformations --last 2024,001,1,355 --connectors .,- hi how ar,e you fi,ne 1>/dev/null
valgrind --show-leak-kinds=all -s --leak-check=full --track-origins=yes ./seqperm --memory --reverse full --upper full --leet full --start 1 --end 5 --last 2024,001,1,355 --connectors .,- hi how ar,e you fi,ne 1>/dev/null
valgrind --show-leak-kinds=all -s --leak-check=full --track-origins=yes ./seqperm --start 1 --end 10 a b c d e f g h i l 1>/dev/null
valgrind --show-leak-kinds=all -s --leak-check=full --track-origins=yes ./seqperm --random 10000,12 --charset ascii 1>/dev/null
valgrind --show-leak-kinds=all -s --leak-check=full --track-origins=yes ./seqperm --random 10000,12 abcedfg0123456789 1>/dev/null

0 comments on commit 0a19f82

Please sign in to comment.