Skip to content

[Step 1 of 2] feat: add create2Factory #13

[Step 1 of 2] feat: add create2Factory

[Step 1 of 2] feat: add create2Factory #13

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
forge-tests:
name: Forge Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-471e4ac317858b3419faaee58ade30c0671021e0 # Nightly (2024-10-03)
- name: Run tests
run: forge test -vvv --isolate