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 a7a29cf commit 9a9b5c0Copy full SHA for 9a9b5c0
.github/workflows/ci.yml
@@ -9,15 +9,6 @@ env:
9
AWS_ACCESS_KEY_ID: AKIA46X5W6CZEAQSMRH7
10
11
jobs:
12
- rustfmt:
13
- name: Rustfmt
14
- runs-on: ubuntu-latest
15
- steps:
16
- - uses: actions/checkout@master
17
- - name: Install Rust
18
- run: rustup update stable && rustup default stable && rustup component add rustfmt
19
- - run: cargo fmt --all --check
20
-
21
test:
22
name: Test
23
runs-on: ubuntu-latest
@@ -38,6 +29,8 @@ jobs:
38
29
- uses: Swatinem/rust-cache@v2
39
30
- name: Run tests
40
31
run: cargo test --workspace --all-targets
32
+ - name: Check formatting
33
+ run: cargo fmt --all --check
41
34
42
35
ci:
43
36
name: CI
0 commit comments