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 173d4ac commit 931ecf3Copy full SHA for 931ecf3
wercker.yml
@@ -4,7 +4,9 @@ check-format:
4
steps:
5
- script:
6
name: Check format
7
- code: cargo fmt --all -- --write-mode=diff
+ code:
8
+ - rustup component add rustfmt-preview
9
+ - cargo fmt --all -- --write-mode=diff
10
11
test-openblas:
12
0 commit comments