Skip to content

Commit fd00bc3

Browse files
committed
Run the pipeline with --all-features enabled
1 parent f1cf8a6 commit fd00bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
command: cargo fmt -- --check
2424
- run:
2525
name: Stable Build
26-
command: cargo build --features "nalgebra-bindings ndarray-bindings"
26+
command: cargo build --all-features
2727
- run:
2828
name: Test
29-
command: cargo test --features "nalgebra-bindings ndarray-bindings"
29+
command: cargo test --all-features
3030
- save_cache:
3131
key: project-cache
3232
paths:

0 commit comments

Comments
 (0)