diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 836a506..8fa61c3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -20,10 +20,8 @@ jobs: toolchain: stable override: true - - name: Run cargo check - uses: actions-rs/cargo@v1 - with: - command: check --all --all-features --all-targets + - name: Check + run: cargo check --all --all-features --all-targets test: runs-on: ${{ matrix.os }}