Skip to content

clean up

clean up #22

Workflow file for this run

name: Tests
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: "Check out the repo"
uses: actions/checkout@v3
with:
submodules: recursive
- name: "Install Foundry"
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: "Run Foundry tests"
run: forge test -vvv