From fd00bc3780a5d4e289d6689179ebb80798d74e77 Mon Sep 17 00:00:00 2001 From: Ben Cross Date: Mon, 18 Jan 2021 20:50:49 +0000 Subject: [PATCH] Run the pipeline with --all-features enabled --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a931ff5..6cdd0e4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: