fix: remove integration step
This commit is contained in:
parent
7a88aaac0c
commit
344e6641d8
4
Makefile
4
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user