CI: install dependencies for the tests too.
This commit is contained in:
parent
f782060e99
commit
89a6251292
|
@ -45,6 +45,8 @@ jobs:
|
||||||
executor: rust-executor
|
executor: rust-executor
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- run: apt-get update
|
||||||
|
- run: apt-get install -y cmake gfortran libblas-dev liblapack-dev
|
||||||
- run:
|
- run:
|
||||||
name: test
|
name: test
|
||||||
command: cargo test --all-features
|
command: cargo test --all-features
|
||||||
|
@ -53,7 +55,7 @@ jobs:
|
||||||
command: cargo test -p nalgebra-glm --all-features
|
command: cargo test -p nalgebra-glm --all-features
|
||||||
- run:
|
- run:
|
||||||
name: test nalgebra-lapack
|
name: test nalgebra-lapack
|
||||||
command: cd nalgebra-lapack; cargo test --features netlib
|
command: cd nalgebra-lapack; cargo test
|
||||||
build-wasm:
|
build-wasm:
|
||||||
executor: rust-executor
|
executor: rust-executor
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue