Run the pipeline with --all-features enabled

This commit is contained in:
Ben Cross
2021-01-18 20:50:49 +00:00
parent f1cf8a6f08
commit fd00bc3780
+2 -2
View File
@@ -23,10 +23,10 @@ jobs:
command: cargo fmt -- --check
- run:
name: Stable Build
command: cargo build --features "nalgebra-bindings ndarray-bindings"
command: cargo build --all-features
- run:
name: Test
command: cargo test --features "nalgebra-bindings ndarray-bindings"
command: cargo test --all-features
- save_cache:
key: project-cache
paths: