Run the pipeline with --all-features enabled
This commit is contained in:
@@ -23,10 +23,10 @@ jobs:
|
|||||||
command: cargo fmt -- --check
|
command: cargo fmt -- --check
|
||||||
- run:
|
- run:
|
||||||
name: Stable Build
|
name: Stable Build
|
||||||
command: cargo build --features "nalgebra-bindings ndarray-bindings"
|
command: cargo build --all-features
|
||||||
- run:
|
- run:
|
||||||
name: Test
|
name: Test
|
||||||
command: cargo test --features "nalgebra-bindings ndarray-bindings"
|
command: cargo test --all-features
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: project-cache
|
key: project-cache
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user