Skip to content

Fix up V2 addreses and scripts #95

Fix up V2 addreses and scripts

Fix up V2 addreses and scripts #95

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
unit:
name: Foundry unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Run tests
run: forge test -vvv
working-directory: registry-contracts
- name: Run snapshot
run: forge snapshot
working-directory: registry-contracts