Skip to content

[Step 1 of 2] feat: add create2Factory (#1) #23

[Step 1 of 2] feat: add create2Factory (#1)

[Step 1 of 2] feat: add create2Factory (#1) #23

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
env:
TESTNET_FORK_URL_BSC: ${{ secrets.TESTNET_FORK_URL_BSC }}
TESTNET_FORK_URL_SEPOLIA: ${{ secrets.TESTNET_FORK_URL_SEPOLIA }}