diff --git a/Makefile b/Makefile index e1a5ca8..aa60c6a 100644 --- a/Makefile +++ b/Makefile @@ -75,10 +75,6 @@ PHONY+=test/unit test/unit: go test -v -race -coverprofile=coverage.txt -covermode=atomic -timeout 600s -count=1 ./pkg/... -PHONY+=test/integration -test/integration: - go test -v -count=1 -timeout 600s ./it/... - test/coverage: test/unit go tool cover -html=coverage.txt