Skip to content

Commit

Permalink
Update valgrind.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xtofalex authored Apr 21, 2024
1 parent 3d28b93 commit e49eedd
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 @@ -85,7 +85,7 @@ jobs:

- name: TestSNLVisualsTest
working-directory: ${{github.workspace}}/build/test/snl/visual
run: valgrind --error-exitcode=1 --show-leak-kinds=all --leak-check=full ./snl_visual_tests
run: valgrind --error-exitcode=1 ./snl_visual_tests
#run: valgrind --error-exitcode=1 --show-leak-kinds=all --leak-check=full --errors-for-leak-kinds=all ./snl_visual_tests

- name: TestDNL
Expand Down

0 comments on commit e49eedd

Please sign in to comment.