diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ad5b6e1..bf41600a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,12 +23,6 @@ jobs: - name: Run tests run: cargo test --locked --verbose - - name: Rustfmt and Clippy - run: | - cargo fmt -- --check - cargo clippy - if: matrix.rust_version == 'stable' - - name: Build (All Features) run: cargo build --locked --verbose --all-features