diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fbb4533f6..5409e47e6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,12 +39,12 @@ jobs: command: bench args: --no-run - - uses: actions-rs/cargo@v1 - with: - command: fmt - args: -- --check + # - uses: actions-rs/cargo@v1 + # with: + # command: fmt + # args: -- --check - - uses: actions-rs/cargo@v1 - with: - command: clippy - args: --all-targets -- -D warnings + # - uses: actions-rs/cargo@v1 + # with: + # command: clippy + # args: --all-targets -- -D warnings