diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2046776..789ca12a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,9 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: components: rustfmt - - run: cargo fmt --check + # Gate every workspace crate on rustfmt to keep `cargo fmt --all --check` clean. + # See issue #1121. + - run: cargo fmt --all -- --check audit: name: Security Audit