Skip to content

Commit d60755e

Browse files
authored
deps: upgrade to v1.11.0 (#106)
* deps: upgrade to v1.10.1 * chore: address PR feedback * chore: fix linter * deps: bump to reth v1.11.0 * cargo fmt * fix clippy and docs * chore: linter
1 parent 081fda2 commit d60755e

File tree

22 files changed

+2896
-2295
lines changed

22 files changed

+2896
-2295
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
- uses: Swatinem/rust-cache@v2
3131
with:
3232
cache-on-failure: true
33-
- name: Run tests
33+
- name: Run tests (unit/integration only)
3434
run: |
3535
cargo nextest run \
3636
--locked \
3737
--workspace \
38-
-E 'kind(test)' \
38+
-E 'kind(test) - package(ev-tests)' \
3939
--no-tests=warn \
4040
--no-capture
4141
@@ -49,4 +49,4 @@ jobs:
4949
- name: Decide whether the needed jobs succeeded or failed
5050
uses: re-actors/alls-green@v1.2.2
5151
with:
52-
jobs: ${{ toJSON(needs) }}
52+
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)