Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
storojs72 committed Aug 1, 2023
1 parent 9efc9fa commit 3b3ae94
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,20 @@ env:

jobs:
integration-tests:
needs: [unit-tests]
strategy:
fail-fast: true

name: Integration Tests
runs-on: [self-hosted, anvil]
steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Starting Anvil
run: |
anvil --gas-limit 18446744073709551615 --code-size-limit 18446744073709551615
- name: Check formatting
- name: Deploy main contract
run: |
forge fmt --check
id: formatting
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 3b3ae94

Please sign in to comment.