CI: don't run nalgebra-lapack test for now.

This leads to link errors that will need to be investigated later.
This commit is contained in:
sebcrozet 2020-04-05 21:00:42 +02:00
parent 89a6251292
commit 384aee8325
1 changed files with 0 additions and 5 deletions

View File

@ -45,17 +45,12 @@ 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
- run: - run:
name: test nalgebra-glm name: test nalgebra-glm
command: cargo test -p nalgebra-glm --all-features command: cargo test -p nalgebra-glm --all-features
- run:
name: test nalgebra-lapack
command: cd nalgebra-lapack; cargo test
build-wasm: build-wasm:
executor: rust-executor executor: rust-executor
steps: steps: