diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90ecff4..f156eac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,8 +28,7 @@ jobs: toolchain: ${{ matrix.rust }} - name: Run cargo check - run: cargo check - args: --all-features + run: cargo check --all-features test: name: Test suite