Skip to content

Commit

Permalink
fix makefile testing nested packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pseidemann committed Jun 8, 2018
1 parent 25949ec commit 19991f2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -3,7 +3,7 @@
default: test

lint:
@golint -set_exit_status
@golint -set_exit_status ./...

test: lint
@go test -race
@go test -v -race ./...
File renamed without changes.
File renamed without changes.

0 comments on commit 19991f2

Please sign in to comment.