Skip to content

Commit

Permalink
remove via-ir and custom solc from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
saucepoint committed Feb 17, 2024
1 parent 22bc3aa commit c7b700b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
version: nightly

- name: Run tests
run: forge test -vvv --via-ir
run: forge test -vvv
env:
FOUNDRY_PROFILE: ci
1 change: 0 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ evm_version = "cancun"

[profile.ci]
fuzz_runs = 100000
solc = "./lib/v4-core/bin/solc-static-linux"

# See more config options https://github.com/foundry-rs/foundry/tree/master/config

0 comments on commit c7b700b

Please sign in to comment.