Skip to content

Commit

Permalink
Propagate test.sh exit status through make target
Browse files Browse the repository at this point in the history
  • Loading branch information
trevrosen committed Nov 5, 2017
1 parent 93498d7 commit 98d68d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ fmt_check:
# Test and generate coverage
test_with_coverage:
./ci/test.sh
exit $$?

deps:
ifeq (,$(shell which dep))
Expand Down

0 comments on commit 98d68d8

Please sign in to comment.