Skip to content

Commit

Permalink
Remove lint from test-all
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed Jul 1, 2018
1 parent 12271e2 commit dea6f25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ test-v:
# Also attempts to run linter
.PHONY: test-all
test-all:
make lint
make testenv VPS_OS=$(VPS_OS) VPS_VERSION=$(VPS_VERSION)
make testdaemon
go test ./... -ldflags "-X main.Version=test" --cover
Expand Down

0 comments on commit dea6f25

Please sign in to comment.