Skip to content

Commit 1b51bb9

Browse files
.github/workflows/test-valgrind.yml: fixed to install valgrind.
1 parent dfa8926 commit 1b51bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-valgrind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
env:
2727
PYMUDF_SCRIPTS_TEST_options: ${{inputs.scripts_test_options}}
2828
run:
29-
python scripts/test.py -m 'git:--recursive --depth 1 --shallow-submodules --branch master https://github.com/ArtifexSoftware/mupdf.git' --valgrind 1 -f 0 -i r buildtest
29+
python scripts/test.py -m 'git:--recursive --depth 1 --shallow-submodules --branch master https://github.com/ArtifexSoftware/mupdf.git' -P 1 --valgrind 1 buildtest

0 commit comments

Comments
 (0)