Skip to content

Commit 99287cb

Browse files
authored
Update pytest command in CI workflow
1 parent ac39390 commit 99287cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ jobs:
492492
SLOW_MACHINE: 1
493493
TEST_DEBUG: 1
494494
run: |
495-
VALGRIND=1 uv run eatmydata pytest tests/ -vvv -n 3 ${PYTEST_OPTS} ${{ matrix.PYTEST_OPTS }}
495+
VALGRIND=1 uv run eatmydata pytest tests/ -vvv ${GLOBAL_PYTEST_OPTS} -n 3 ${PYTEST_OPTS} ${{ matrix.PYTEST_OPTS }}
496496
497497
integration-sanitizers:
498498
name: Sanitizers Test CLN

0 commit comments

Comments
 (0)