diff --git a/Makefile b/Makefile index 285f6ef6..25044bcd 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ fmt_check: # Test and generate coverage test_with_coverage: ./ci/test.sh + exit $$? deps: ifeq (,$(shell which dep))