Skip to content

Commit

Permalink
Run tests without linters
Browse files Browse the repository at this point in the history
  • Loading branch information
prymitive authored Apr 27, 2021
1 parent e2b69e1 commit 7e567fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lint: $(GOBIN)/golangci-lint
$(GOBIN)/golangci-lint run -E golint,staticcheck,misspell

.PHONY: test
test: lint
test:
mkdir -p $(COVER_DIR)
echo 'mode: atomic' > $(COVER_PROFILE)
go test \
Expand Down

0 comments on commit 7e567fe

Please sign in to comment.