diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a34fc44..b799715 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: