Skip to content

Commit

Permalink
Increased context on failures for Valgrind in CI
Browse files Browse the repository at this point in the history
Valgrind output is very verbose but useful, with a default limit of 5
lines the output usually doesn't contain much useful info.
  • Loading branch information
geky committed Jun 7, 2023
1 parent a51be18 commit 8610f7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,8 @@ jobs:
# on one geometry
- name: test-valgrind
run: |
TESTFLAGS="$TESTFLAGS --valgrind -Gdefault -Pnone" make test
TESTFLAGS="$TESTFLAGS --valgrind --context=1024 -Gdefault -Pnone" \
make test
# test that compilation is warning free under clang
# run with Clang, mostly to check for Clang-specific warnings
Expand Down

0 comments on commit 8610f7c

Please sign in to comment.