You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`test` -> `test-fast`
`test-fast` -> `POSTGRES_CONTAINER=0`
`test-full` -> `POSTGRES_CONTAINER=1`
The command iterates through all our top level directories and checks if
there is a go module inside. If so it runs `go test ./...`
Adjusted test-without-docker workflow as well to use this.
0 commit comments