ci : remove leftover command (#28839)

This commit is contained in:
Sigbjørn Skjæret
2026-09-13 09:41:27 +02:00
committed by GitHub
parent 002a12ad25
commit 37b3a9e0cc
-2
View File
@@ -116,7 +116,6 @@ jobs:
run: |
source .venv/bin/activate
cd tools/server/tests
export ${{ matrix.extra_args }}
PYTEST_WORKERS=1 ./tests.sh
- name: Slow tests
@@ -125,5 +124,4 @@ jobs:
run: |
source .venv/bin/activate
cd tools/server/tests
export ${{ matrix.extra_args }}
PYTEST_WORKERS=1 SLOW_TESTS=1 ./tests.sh