From 500355bca3ca8d8bd128cdbbe0746cb92b744db8 Mon Sep 17 00:00:00 2001 From: Azul Date: Tue, 9 Feb 2021 15:21:25 +0100 Subject: make: Pass on exit codes in test task so it can fail. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1db21164..69bc1629 100644 --- a/Makefile +++ b/Makefile @@ -73,8 +73,8 @@ test check: then \ echo 'WARNING: Not running other tests, because $$CARGO_PACKAGES specifies a package.'; \ else \ - $(MAKE) -Copenpgp-ffi test; \ - $(MAKE) -Cffi test; \ + $(MAKE) -Copenpgp-ffi test && \ + $(MAKE) -Cffi test && \ $(MAKE) examples; \ fi -- cgit v1.2.3