Skip to content

Commit 45ef6de

Browse files
committed
Add format teset
1 parent 611c7ab commit 45ef6de

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.circleci/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,20 @@ 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+
cargo fmt -- --write-mode=diff
45+
3746
workflows:
3847
version: 2
3948
tests:
4049
jobs:
4150
- test-openblas
4251
- test-netlib
4352
- test-intel-mkl
53+
- format

0 commit comments

Comments
 (0)