Skip to content

refactor(*): cleanup #20

refactor(*): cleanup

refactor(*): cleanup #20

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
jobs:
forge-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: install foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: run forge tests
run: |
forge test -vvv