mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
ci: run coverage in parallel (#124)
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
files: lcov.info
|
||||
|
||||
Reference in New Issue
Block a user