ci: force full rebuild with -a flag
Backend Tests / test (push) Failing after 58s

This commit is contained in:
2026-06-25 01:03:23 +01:00
parent 99a06048c8
commit 30d4e75b16
+1 -1
View File
@@ -60,7 +60,7 @@ jobs:
- name: Test (all packages) - name: Test (all packages)
working-directory: backend working-directory: backend
run: go test -tags "test,dev" -count=1 -v -timeout 120s ./handlers/... ./auth/... ./mw/... ./internal/... ./db/... run: go test -a -tags "test,dev" -count=1 -v -timeout 120s ./handlers/... ./auth/... ./mw/... ./internal/... ./db/...
env: env:
POSTGRES_HOST: postgres POSTGRES_HOST: postgres
PGUSER: myuser PGUSER: myuser