We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100e82f commit 0e24facCopy full SHA for 0e24fac
Makefile
@@ -15,7 +15,7 @@ test:
15
16
# call with TESTCONTAINERS_RYUK_DISABLED="true" to avoid problems with podman on Macs
17
e2e:
18
- go clean -testcache && go list -f '{{.Dir}}/...' -m | xargs -I{} go test -timeout=1m -tags=e2e {}
+ go clean -testcache && go list -f '{{.Dir}}/...' -m | xargs -I{} go test -timeout=2m -tags=e2e {}
19
20
lint:
21
go install -v github.com/golangci/golangci-lint/cmd/[email protected]
0 commit comments