[ci] Try to fix the randomly failing valgrind job

This commit is contained in:
Khaled Hosny 2021-12-12 07:43:58 +02:00
parent be91d2917d
commit 52a33a15a4
1 changed files with 1 additions and 1 deletions

View File

@ -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: