Run CI tests on nalgebra-glm too.

This commit is contained in:
sebcrozet 2018-10-07 06:09:46 +02:00 committed by Sébastien Crozet
parent 81b19e9c8e
commit 8125d7687a
1 changed files with 1 additions and 0 deletions

View File

@ -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