Skip to content

fix: fix replay tests with new log format #103

fix: fix replay tests with new log format

fix: fix replay tests with new log format #103

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- run: forge build
- run: forge fmt --check