We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1cf8a6 commit fd00bc3Copy full SHA for fd00bc3
.circleci/config.yml
@@ -23,10 +23,10 @@ jobs:
23
command: cargo fmt -- --check
24
- run:
25
name: Stable Build
26
- command: cargo build --features "nalgebra-bindings ndarray-bindings"
+ command: cargo build --all-features
27
28
name: Test
29
- command: cargo test --features "nalgebra-bindings ndarray-bindings"
+ command: cargo test --all-features
30
- save_cache:
31
key: project-cache
32
paths:
0 commit comments