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