Skip to content

Commit

Permalink
Switch default and check targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Montana Flynn committed Oct 15, 2015
1 parent 02dbd2e commit f268b03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.PHONY: all

default: format test

doc:
godoc `pwd`

Expand All @@ -14,6 +12,8 @@ format:
test:
go test -race

check: format test

benchmark:
go test -bench=. -benchmem

Expand All @@ -26,4 +26,4 @@ lint: format
gometalinter --install
gometalinter

check: lint test
default: lint test

0 comments on commit f268b03

Please sign in to comment.