mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-04-21 10:06:42 +00:00
chore(e2e): remove build instructions (#1428)
* chore(e2e): add parallel execution and remove build instructions Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * chore: change test targets Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> --------- Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -46,7 +46,7 @@ all: manager
|
||||
# Run tests
|
||||
.PHONY: test
|
||||
test: test-clean generate manifests test-clean
|
||||
@GO111MODULE=on go test -v ./... -coverprofile coverage.out
|
||||
@GO111MODULE=on go test -v $(shell go list ./... | grep -v "e2e") -coverprofile coverage.out
|
||||
|
||||
.PHONY: test-clean
|
||||
test-clean: ## Clean tests cache
|
||||
|
||||
Reference in New Issue
Block a user