aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.make
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.make')
-rw-r--r--Dockerfile.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile.make b/Dockerfile.make
index 7972ad7..1a1dfc2 100644
--- a/Dockerfile.make
+++ b/Dockerfile.make
@@ -26,4 +26,5 @@ RUN ["/bin/bash", "--login", "-c", "set -x \
&& cd mathcomp \
&& make Makefile.coq \
&& make -f Makefile.coq -j ${NJOBS} all \
- && make -f Makefile.coq install"]
+ && make -f Makefile.coq install \
+ && make test-suite"]