diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 563aab0..88616cf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,12 +23,6 @@ jobs: toolchain: ${{ matrix.rust }} override: true - - name: check - uses: actions-rs/cargo@v1 - with: - command: check - args: --all - - name: tests uses: actions-rs/cargo@v1 with: