Increased context on failures for Valgrind in CI
Valgrind output is very verbose but useful, with a default limit of 5 lines the output usually doesn't contain much useful info.
This commit is contained in:
@@ -371,7 +371,8 @@ jobs:
|
|||||||
# on one geometry
|
# on one geometry
|
||||||
- name: test-valgrind
|
- name: test-valgrind
|
||||||
run: |
|
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
|
# test that compilation is warning free under clang
|
||||||
# run with Clang, mostly to check for Clang-specific warnings
|
# run with Clang, mostly to check for Clang-specific warnings
|
||||||
|
|||||||
Reference in New Issue
Block a user