Skip to content

Commit 173d4ac

Browse files
committed
Add test for format
1 parent 398ec53 commit 173d4ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

wercker.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
box: termoshtt/rust:latest
22

3+
check-format:
4+
steps:
5+
- script:
6+
name: Check format
7+
code: cargo fmt --all -- --write-mode=diff
8+
39
test-openblas:
410
steps:
511
- script:

0 commit comments

Comments
 (0)