From 258eb9b807de93a6f94f10d857535e7fe82dab1a Mon Sep 17 00:00:00 2001 From: Trevor Pounds Date: Sun, 29 Dec 2019 21:56:56 -0500 Subject: [PATCH] Cleanup duplicate test run command. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index d2748ae1..e253dea0 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,6 @@ clean: test: export GOLANGCI_LINT_INSTALLED = true test: build GL_TEST_RUN=1 time ./golangci-lint run -v - time go run ./cmd/golangci-lint/main.go run -v GL_TEST_RUN=1 time ./golangci-lint run --fast --no-config -v --skip-dirs 'test/testdata_etc,internal/(cache|renameio|robustio)' GL_TEST_RUN=1 time ./golangci-lint run --no-config -v --skip-dirs 'test/testdata_etc,internal/(cache|renameio|robustio)' GL_TEST_RUN=1 time go test -v ./...