Skip to content

fix: update failing tests #13

fix: update failing tests

fix: update failing tests #13

Workflow file for this run

name: Foundry Tests
on: [push]
jobs:
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-e15e33a07c0920189fc336391f538c3dad53da73
- name: Run Unit Tests
run: npm run forge:unit-tests
- name: Run Fork Tests
run: npm run forge:fork-tests