feat: puts ndarray and nalgebra bindings behind feature flags

This commit is contained in:
Volodymyr Orlov
2020-08-28 16:55:41 -07:00
parent 367ea62608
commit 68dca25f91
8 changed files with 173 additions and 125 deletions
+2 -2
View File
@@ -15,10 +15,10 @@ jobs:
command: cargo fmt -- --check
- run:
name: Stable Build
command: cargo build
command: cargo build --features "nalgebra-bindings ndarray-bindings"
- run:
name: Test
command: cargo test
command: cargo test --features "nalgebra-bindings ndarray-bindings"
- save_cache:
key: project-cache
paths: