forked from external/yambar
ci: add --verbose to valgrind test run
This commit is contained in:
parent
426ab76f29
commit
c3b73ef99e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ valgrind:
|
|||
- cd bld/debug
|
||||
- meson --buildtype=debug ../..
|
||||
- ninja -k0
|
||||
- meson test --wrapper "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=3"
|
||||
- meson test --verbose --wrapper "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=3"
|
||||
|
||||
release:
|
||||
stage: build
|
||||
|
|
Loading…
Add table
Reference in a new issue