Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
  • Loading branch information
storojs72 committed Aug 1, 2023
1 parent cc1cef7 commit e3d2723
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
screen -d -m anvil --gas-limit 18446744073709551615 --code-size-limit 18446744073709551615
- name: Deploy main contract
run: |
yes | forge script script/Deployment.s.sol:NovaVerifierDeployer --fork-url http://127.0.0.1:8545 --private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 --broadcast
run: 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 e3d2723

Please sign in to comment.