We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf0ae1 commit 166cbbaCopy full SHA for 166cbba
.github/workflows/build.yaml
@@ -27,6 +27,8 @@ jobs:
27
profile: minimal
28
toolchain: ${{ matrix.rust }}
29
override: true
30
+ - if: ${{ matrix.rust == 'stable' }}
31
+ run: cargo fmt -- --color=always --check
32
- run: cargo build
33
- run: cargo test
34
- run: cargo bench
0 commit comments