Skip to content

Commit 58aaab6

Browse files
authored
Merge pull request ewasm#71 from ewasm/circleci
Simplify circleci around rustfmt
2 parents 61d2ff9 + af1783e commit 58aaab6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

circle.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ jobs:
1010
name: Update rustc
1111
command: |
1212
rustup target add wasm32-unknown-unknown
13-
rustup component add rustfmt-preview
13+
rustup component add rustfmt
1414
rustup update
1515
- run:
1616
name: Check formatting
1717
command: |
1818
rustfmt --version
19-
cargo fmt
20-
git diff --exit-code
19+
cargo fmt --all -- --check
2120
- run:
2221
name: Test
2322
command: cargo test --target=x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)