From 344e6641d80979d55e914f816df14a09fbc6d72f Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 21 Mar 2021 21:47:58 +0100 Subject: [PATCH] fix: remove integration step --- Makefile | 4 ---- 1 file changed, 4 deletions(-) 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