Skip to content

Commit

Permalink
chore(codecov): remove concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Sep 27, 2023
1 parent 9a16c01 commit f9769cc
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,12 @@ env:
CARGO_TERM_COLOR: always
SEED: rustethereumethereumrust

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

name: unit
jobs:
test:
name: test (partition ${{ matrix.partition }}/${{ strategy.job-total }})
name: unit-tests
runs-on:
group: ubuntu-latest
strategy:
matrix:
partition: [1, 2]
timeout-minutes: 60
steps:
- name: Checkout sources
Expand Down Expand Up @@ -51,7 +44,6 @@ jobs:
run: |
cargo llvm-cov nextest --lcov --output-path lcov.info \
--locked --all-features --workspace --exclude examples --exclude ef-tests \
--partition hash:${{ matrix.partition }}/${{ strategy.job-total }} \
-E 'kind(lib)' -E 'kind(bin)' -E 'kind(proc-macro)'
- name: Upload coverage data to codecov
Expand Down

0 comments on commit f9769cc

Please sign in to comment.