From 8125d7687a4233c5b9d0b4aa7f00d2c2cb7715c6 Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Sun, 7 Oct 2018 06:09:46 +0200 Subject: [PATCH] Run CI tests on nalgebra-glm too. --- ci/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/test.sh b/ci/test.sh index ca3ed359..88071149 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -7,6 +7,7 @@ if [ -z "$NO_STD" ]; then cargo test --verbose; cargo test --verbose "arbitrary"; cargo test --verbose "debug arbitrary mint serde-serialize abomonation-serialize"; + cd nalgebra-glm; cargo test --verbose; else cd nalgebra-lapack; cargo test --verbose; fi