[ci] Try to fix the randomly failing valgrind job
This commit is contained in:
parent
be91d2917d
commit
52a33a15a4
|
@ -60,7 +60,7 @@ jobs:
|
|||
- run: meson build --buildtype=debugoptimized
|
||||
- run: ninja -Cbuild -j9
|
||||
# TOOD: increase timeouts and remove --no-suite=slow
|
||||
- run: RUN_VALGRIND=1 meson test -Cbuild --no-suite=slow --wrap='valgrind --leak-check=full --error-exitcode=1' --print-errorlogs
|
||||
- run: RUN_VALGRIND=1 meson test -Cbuild --no-suite=slow --wrap='valgrind --leak-check=full --error-exitcode=1' --print-errorlogs --num-processes=$(nproc)
|
||||
|
||||
alpine:
|
||||
docker:
|
||||
|
|
Loading…
Reference in New Issue