Skip to content

Commit

Permalink
Exit with non-zero exit status if tests fail
Browse files Browse the repository at this point in the history
Signed-off-by: Aswin Karthik <[email protected]>
  • Loading branch information
aswinkarthik committed Feb 15, 2020
1 parent 3003da0 commit bf510ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ endif
$(GOBIN)/golangci-lint run -v ./...

## test: Run all tests
test:
@-$(MAKE) -s go-test
test: go-test

## compile: Compile the binary.
## compie: Compile the binary.
compile:
@-$(MAKE) -s go-compile

Expand Down

0 comments on commit bf510ac

Please sign in to comment.