* ci: improve github actions * updates * revert title change * updates * implement feedback * Update go.mod Co-authored-by: Marko <marbar3778@yahoo.com>
6 lines
133 B
Makefile
6 lines
133 B
Makefile
test-integration:
|
|
go test ./integration/... -timeout 30m
|
|
|
|
test-e2e:
|
|
go test ./e2e/... -mod=readonly -timeout 30m -race -tags='e2e'
|