Skip to content

Commit

Permalink
make: add check phase to Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: William Casarin <jb55@jb55.com>
  • Loading branch information
jb55 committed Oct 11, 2019
1 parent 4dc4219 commit bfed160
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -30,6 +30,9 @@ deps-go:
build-deps:
go install github.com/gobuffalo/packr/v2/packr2

check:
go test ./test

fmt:
go fmt ./...

Expand Down

0 comments on commit bfed160

Please sign in to comment.