Skip to content

Commit

Permalink
revert: Revert "skip fmt on stable" (#228)
Browse files Browse the repository at this point in the history
`cargo fmt` fmt prints warnings, but doesn't lead to failures.

This reverts commit 6235d26.
  • Loading branch information
vmx authored Aug 10, 2022
1 parent 6235d26 commit 1100d98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
toolchain: [stable, nightly]
toolchain: [stable]
runs-on: ${{ matrix.platform }}

steps:
Expand All @@ -31,7 +31,6 @@ jobs:
components: rustfmt, clippy

- name: Check Code Format
if: ${{ matrix.toolchain == 'nightly' }}
uses: actions-rs/cargo@v1
with:
command: fmt
Expand Down

0 comments on commit 1100d98

Please sign in to comment.