Skip to content

Commit

Permalink
(fix) Set a high gas limit to enable tests (in particular, the many s…
Browse files Browse the repository at this point in the history
…ignatures test) to pass (#5)
  • Loading branch information
rrw-zilliqa authored Jul 17, 2024
1 parent ad7769e commit 3275049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
version: nightly

- name: Run Foundry tests
run: forge test
run: forge test --gas-limit 2000000000000 # arbitrary, but seemingly no way to disable entirely.
working-directory: smart-contracts

0 comments on commit 3275049

Please sign in to comment.