aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
authorEnrico Tassi2020-09-11 16:37:42 +0200
committerEnrico Tassi2020-09-11 16:37:42 +0200
commitf6ab4e9520c6dd2de6d6247347ca005c3fe4213c (patch)
tree5253e30cc856875969be4bfe53811657f9c9f8e8 /dev/ci
parente1a8da8b83aa3ae96ac05c2bc6606aa0719aa64f (diff)
[ci] [mathcomp] run the test suite
Diffstat (limited to 'dev/ci')
-rwxr-xr-xdev/ci/ci-mathcomp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-mathcomp.sh b/dev/ci/ci-mathcomp.sh
index cae127ee7b..b1aa56ec4e 100755
--- a/dev/ci/ci-mathcomp.sh
+++ b/dev/ci/ci-mathcomp.sh
@@ -6,7 +6,7 @@ ci_dir="$(dirname "$0")"
git_download mathcomp
-( cd "${CI_BUILD_DIR}/mathcomp/mathcomp" && make && make install )
+( cd "${CI_BUILD_DIR}/mathcomp/mathcomp" && make && make test-suite && make install )
git_download fourcolor