From 6d3ebe50968e7dac37e28dc8a3a035a0262a3c6f Mon Sep 17 00:00:00 2001 From: Bjerg Date: Mon, 24 Oct 2022 15:14:38 +0200 Subject: [PATCH] ci: run coverage in parallel (#124) --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63dd61a68..6c9abca3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,6 @@ jobs: runs-on: ubuntu-latest # nightly rust might break from time to time continue-on-error: true - needs: [test] steps: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@stable @@ -83,4 +82,4 @@ jobs: uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} - files: lcov.info \ No newline at end of file + files: lcov.info