diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5409e47e6..c5565b0c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,10 +34,10 @@ jobs: with: command: test - - uses: actions-rs/cargo@v1 - with: - command: bench - args: --no-run + # - uses: actions-rs/cargo@v1 + # with: + # command: bench + # args: --no-run # - uses: actions-rs/cargo@v1 # with: