diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16ed836..3b7debb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,10 +55,7 @@ jobs: toolchain: ${{ matrix.rust_channel }} - uses: actions/checkout@v4 - name: Run cargo test - uses: actions-rs/cargo@v1 - with: - command: test - args: --no-default-features --features "${{ matrix.features }}" + run: cargo test --no-default-features --features "${{ matrix.features }}" code-coverage: name: Job code coverage