Skip to content

Commit

Permalink
Run CI tests on nalgebra-glm too.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Oct 7, 2018
1 parent 81b19e9 commit 8125d76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/test.sh
Expand Up @@ -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
Expand Down

0 comments on commit 8125d76

Please sign in to comment.