1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-27 13:48:56 +08:00

Propagate test.sh exit status through make target

This commit is contained in:
Trevor Rosen 2017-11-04 22:41:30 -05:00
parent 93498d761e
commit 98d68d8549
No known key found for this signature in database
GPG Key ID: 56054B6FF40DE0F9

View File

@ -17,6 +17,7 @@ fmt_check:
# Test and generate coverage
test_with_coverage:
./ci/test.sh
exit $$?
deps:
ifeq (,$(shell which dep))