Skip to content

Commit

Permalink
shanghai and gh runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jordaniza committed Oct 10, 2024
1 parent 897ece2 commit 4ff4a1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:

- name: Run Forge tests
run: |
forge test -vvv
forge test --no-match-path "test/fork/**/*.sol" -vvv
id: test
4 changes: 1 addition & 3 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ solc = "0.8.17"
src = "src"
test = "test"
verbosity = 3
evm_version = "shanghai"

[profile.ci]
fuzz = { runs = 10_000 }
Expand All @@ -34,6 +35,3 @@ polygon = "https://polygon-mainnet.infura.io/v3/${API_KEY_INFURA}"
sepolia = "https://sepolia.infura.io/v3/${API_KEY_INFURA}"


[profile.mode_sepolia_test]
rpc_url = "https://sepolia.mode.network"
fork_block_number = 19911297

0 comments on commit 4ff4a1e

Please sign in to comment.