fix: remove integration step

This commit is contained in:
Markus Pesch 2021-03-21 21:47:58 +01:00
parent 7a88aaac0c
commit 344e6641d8
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 0 additions and 4 deletions

View File

@ -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