Skip to content

Commit

Permalink
Fix test make target (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Jun 5, 2020
1 parent d26693a commit 9afb581
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 @@ -41,7 +41,7 @@ lint-fast: ## golangci-lint --fast
.PHONY: test
test: ## go test with race detector and code covarage
$(call print-target)
go test -race -covermode=atomic
go test -race -covermode=atomic ./...

.PHONY: docker
docker: ## run in golang container, example: make docker run="make all"
Expand Down

0 comments on commit 9afb581

Please sign in to comment.