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