Prathamesh Musale
fd755d1c27
All checks were successful
Integration Tests / test-integration (pull_request) Successful in 2m1s
6 lines
145 B
Makefile
6 lines
145 B
Makefile
test-integration:
|
|
go test -mod=readonly ./integration/... -test.v -timeout 10m
|
|
|
|
test-e2e:
|
|
go test ./e2e/... -mod=readonly -test.v -timeout 10m
|