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.
2 parents c5fe598 + bc04976 commit bd2b307Copy full SHA for bd2b307
.circleci/config.yml
@@ -38,21 +38,10 @@ jobs:
38
cargo test --no-default-features --features=intel-mkl
39
cargo test --no-default-features --features=intel-mkl,serde-1
40
41
- format:
42
- <<: *rust_cfg
43
- steps:
44
- - checkout
45
- - run:
46
- name: check format
47
- command: |
48
- rustup component add rustfmt-preview
49
- cargo fmt -- --write-mode=diff
50
-
51
workflows:
52
version: 2
53
tests:
54
jobs:
55
- test-openblas
56
- test-netlib
57
- test-intel-mkl
58
- - format
0 commit comments