Skip to content

Commit 778db71

Browse files
FIX (tests): Improve tests stability in CI \ CD
1 parent 45fc9a7 commit 778db71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
- name: Run Go tests
186186
run: |
187187
cd backend
188-
go test ./internal/...
188+
go test -p=1 -count=1 -failfast ./internal/...
189189
190190
- name: Stop test containers
191191
if: always()

0 commit comments

Comments
 (0)