Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
storojs72 committed Aug 1, 2023
1 parent 3b3ae94 commit 3789a56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
name: Integration Tests
runs-on: [self-hosted, anvil]
steps:
- name: Starting Anvil
- name: Starting Anvil node
run: |
anvil --gas-limit 18446744073709551615 --code-size-limit 18446744073709551615
screen -d -m anvil --gas-limit 18446744073709551615 --code-size-limit 18446744073709551615
- name: Deploy main contract
run: |
forge script script/Deployment.s.sol:NovaVerifierDeployer --fork-url http://127.0.0.1:8545 --private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 --broadcast
yes | forge script script/Deployment.s.sol:NovaVerifierDeployer --fork-url http://127.0.0.1:8545 --private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 --broadcast
unit-tests:
strategy:
Expand Down

0 comments on commit 3789a56

Please sign in to comment.