ci: remove -a flag and debug log now fix is confirmed
Backend Tests / test (push) Successful in 1m0s
Backend Tests / test (push) Successful in 1m0s
This commit is contained in:
@@ -60,7 +60,7 @@ jobs:
|
||||
|
||||
- name: Test (all packages)
|
||||
working-directory: backend
|
||||
run: go test -a -tags "test,dev" -count=1 -v -timeout 120s ./handlers/... ./auth/... ./mw/... ./internal/... ./db/...
|
||||
run: go test -tags "test,dev" -count=1 -v -timeout 120s ./handlers/... ./auth/... ./mw/... ./internal/... ./db/...
|
||||
env:
|
||||
POSTGRES_HOST: postgres
|
||||
TEST_DB_HOST: postgres
|
||||
|
||||
@@ -114,7 +114,6 @@ func TestConcurrentQueries(t *testing.T) {
|
||||
closePool()
|
||||
resetEnv()
|
||||
|
||||
t.Logf("savedPOSTGRESHost=%q POSTGRES_HOST=%q", savedPOSTGRESHost, os.Getenv("POSTGRES_HOST"))
|
||||
err := Connect()
|
||||
if err != nil {
|
||||
t.Fatalf("Connect() failed: %v", err)
|
||||
|
||||
Reference in New Issue
Block a user