Skip to content

Create new features in Deployer for split Settler architecture #627

Create new features in Deployer for split Settler architecture

Create new features in Deployer for split Settler architecture #627

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Install dependencies
run: git submodule update --recursive --init
- name: Check contract sizes
run: forge build --sizes
- name: Run tests
run: forge test