FIX (tests): Improve tests stability in CI \ CD

This commit is contained in:
Rostislav Dugin
2025-11-09 20:37:12 +03:00
parent 45fc9a7fff
commit 778db71625

View File

@@ -185,7 +185,7 @@ jobs:
- name: Run Go tests
run: |
cd backend
go test ./internal/...
go test -p=1 -count=1 -failfast ./internal/...
- name: Stop test containers
if: always()