Skip to content

Commit bc04976

Browse files
committed
Drop format test
1 parent fe8ad6e commit bc04976

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.circleci/config.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,10 @@ jobs:
3434
name: test Intel MKL backend
3535
command: cargo test --no-default-features --features=intel-mkl
3636

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-
4737
workflows:
4838
version: 2
4939
tests:
5040
jobs:
5141
- test-openblas
5242
- test-netlib
5343
- test-intel-mkl
54-
- format

0 commit comments

Comments
 (0)