Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/test-hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout Hive
uses: actions/checkout@v5
with:
repository: erigontech/hive
repository: ethereum/hive
# ref: master
path: hive

Expand Down Expand Up @@ -105,7 +105,8 @@ jobs:
run_suite engine api 0
# 3 failures out of 8 tests at time of writing
run_suite engine auth 3
run_suite rpc compat 0
# 8 failures out of 194 tests, see https://github.com/ethereum/hive/pull/1355
run_suite rpc compat 8
continue-on-error: true

- name: Upload output log
Expand Down
Loading