We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f2c0f commit d024b8aCopy full SHA for d024b8a
1 file changed
.github/workflows/stack-tests.yml
@@ -58,7 +58,7 @@ jobs:
58
timeout-minutes: 5
59
run: |
60
cd backend
61
- uv run pytest tests/unit -v -rs \
+ uv run --no-sync pytest tests/unit -v -rs \
62
--durations=0 \
63
--cov=app \
64
--cov-report=xml --cov-report=term
0 commit comments