Skip to content

Commit d024b8a

Browse files
committed
chore: no sync for backend/unit tests
1 parent 99f2c0f commit d024b8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stack-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
timeout-minutes: 5
5959
run: |
6060
cd backend
61-
uv run pytest tests/unit -v -rs \
61+
uv run --no-sync pytest tests/unit -v -rs \
6262
--durations=0 \
6363
--cov=app \
6464
--cov-report=xml --cov-report=term

0 commit comments

Comments
 (0)