diff options
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f91f752..99c800a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -46,8 +46,6 @@ jobs: components: clippy, rustfmt - name: Run clippy run: cargo clippy --workspace --all-targets -- -D warnings - - name: Check formatting - run: cargo fmt --check test: runs-on: ubuntu-latest |
