Skip to content

Commit

Permalink
makefile: add phony target
Browse files Browse the repository at this point in the history
  • Loading branch information
cep21 committed Aug 27, 2019
1 parent 09b911a commit 0f014a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
.PHONY: build test test_coverage codecov_coverage format lint bench setup_ci

# Build code with readonly to verify go.mod is up to date in CI
build:
go build -mod=readonly ./...
Expand Down

0 comments on commit 0f014a8

Please sign in to comment.