Skip to content

Commit

Permalink
Show error list in valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
xzkostyan committed Jul 4, 2024
1 parent f173c63 commit a452c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
env:
USE_NUMPY: 1
- name: Run tests under valgrind
run: valgrind --error-exitcode=1 --suppressions=valgrind.supp py.test -v
run: valgrind -s --error-exitcode=1 --suppressions=valgrind.supp py.test -v
env:
# Set initial TZ for docker exec -e "`env | grep ^TZ`"
TZ: UTC
Expand Down

0 comments on commit a452c30

Please sign in to comment.