Skip to content

Commit 62fd12c

Browse files
julian-smith-artifex-comJorjMcKie
authored andcommitted
.github/workflows/test-valgrind.yml: minor update to match change to scripts/test.py.
1 parent 24e6663 commit 62fd12c

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
@@ -24,4 +24,4 @@ jobs:
2424
- uses: actions/setup-python@v5
2525
- name: valgrind
2626
run:
27-
python scripts/test.py ${{matrix.args}} -P 1 --valgrind 1 build test
27+
python scripts/test.py ${{matrix.args}} -P 1 -T valgrind build test

0 commit comments

Comments
 (0)