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 398ec53 commit 173d4acCopy full SHA for 173d4ac
wercker.yml
@@ -1,5 +1,11 @@
1
box: termoshtt/rust:latest
2
3
+check-format:
4
+ steps:
5
+ - script:
6
+ name: Check format
7
+ code: cargo fmt --all -- --write-mode=diff
8
+
9
test-openblas:
10
steps:
11
- script:
0 commit comments