diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b799715..9797dd9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: - name: Starting Anvil node run: | - screen -d -m anvil --gas-limit 18446744073709551615 --code-size-limit 18446744073709551615 + screen -d -m anvil --gas-limit 18446744073709551615 --code-size-limit 18446744073709551615 && screen -list - name: Deploy main contract run: yes |