summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files 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