File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 4141 uses : actions/setup-python@v4
4242 with :
4343 python-version : " 3.11"
44-
44+
4545 - name : Install dependencies
4646 run : pip install argparse eth_abi halmos
4747
5151 id : test-ref
5252
5353 - name : Run Halmos
54- run : halmos --function testProve --loop 256 --error-unknown -- test-parallel --solver-parallel --solver-timeout-assertion 0
54+ run : halmos --function testProve --loop 256 --test-parallel --solver-parallel --solver-timeout-assertion 0
5555 id : test-halmos
Original file line number Diff line number Diff line change @@ -4,4 +4,7 @@ out = 'out'
44libs = [' lib' ]
55via_ir = true
66
7- # See more config options https://github.com/foundry-rs/foundry/tree/master/config
7+ # workaround for stack too deep errors with 0.8.26 https://github.com/ethereum/solidity/issues/14358
8+ solc = " 0.8.25"
9+
10+ # See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
You can’t perform that action at this time.
0 commit comments