This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user