Skip to content

allow for latest compiler #84

allow for latest compiler

allow for latest compiler #84

Workflow file for this run

on: [push]
name: test
jobs:
check:
name: Foundry project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Install deps
run: yarn install
- name: Build
run: yarn build
- name: Run tests
run: forge test
env:
FOUNDRY_FUZZ_RUNS: 10000