Skip to content

Commit bd2b307

Browse files
committed
Merge branch 'master' into serde
2 parents c5fe598 + bc04976 commit bd2b307

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
@@ -38,21 +38,10 @@ jobs:
3838
cargo test --no-default-features --features=intel-mkl
3939
cargo test --no-default-features --features=intel-mkl,serde-1
4040
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-
5141
workflows:
5242
version: 2
5343
tests:
5444
jobs:
5545
- test-openblas
5646
- test-netlib
5747
- test-intel-mkl
58-
- format

0 commit comments

Comments
 (0)