We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac39390 commit 99287cbCopy full SHA for 99287cb
.github/workflows/ci.yaml
@@ -492,7 +492,7 @@ jobs:
492
SLOW_MACHINE: 1
493
TEST_DEBUG: 1
494
run: |
495
- VALGRIND=1 uv run eatmydata pytest tests/ -vvv -n 3 ${PYTEST_OPTS} ${{ matrix.PYTEST_OPTS }}
+ VALGRIND=1 uv run eatmydata pytest tests/ -vvv ${GLOBAL_PYTEST_OPTS} -n 3 ${PYTEST_OPTS} ${{ matrix.PYTEST_OPTS }}
496
497
integration-sanitizers:
498
name: Sanitizers Test CLN
0 commit comments