diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 206b358a85..4011ca17a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -167,7 +167,7 @@ jobs: target: ${{ matrix.target }} - name: Run Cargo Test - run: cargo llvm-cov --all-features --lcov --output-path lcov.info + run: cargo test - name: Upload Coverage to Codecov if: matrix.build == 'darwin-arm64'