Skip to content

Commit

Permalink
chore: little fixes in the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD committed May 13, 2024
1 parent 613bddc commit 7bec750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ jobs:
FOUNDRY_FUZZ_MAX_TEST_REJECTS: ${{ matrix.max-test-rejects }}
FOUNDRY_FUZZ_SEED: 0x${{ github.event.pull_request.base.sha || github.sha }}

test-ethereum:
test-fork:
needs: build-no-ir

name: Ethereum tests
name: Fork tests (chainid=${{ matrix.chain }})
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 7bec750

Please sign in to comment.