Skip to content

Commit

Permalink
chore: add geth config file
Browse files Browse the repository at this point in the history
  • Loading branch information
eenagy committed Jan 27, 2025
1 parent 888e1c4 commit 93dd6d2
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 1,209 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/regtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ jobs:
- name: tests
# this works, but the problem it makes it look like that 125 tests are passed, when in practice
# only the filtered tests passed, and the others are "fake green"
if: ${{ (matrix.el_name == 'besu' || matrix.el_name == 'erigon') && matrix.cl_name == matrix.validator_name && matrix.cl_name == 'nimbus-eth2' }}
if: ${{ (matrix.el_name == 'besu' || matrix.el_name == 'erigon' || matrix.el_name == 'geth' ) && matrix.cl_name == matrix.validator_name && matrix.cl_name == 'nimbus-eth2' }}
uses: ./network-tests
with:
network: regtest
Expand Down
Loading

0 comments on commit 93dd6d2

Please sign in to comment.