Skip to content

chore: Open compiler version + remove contract-test-utils (#55) #39

chore: Open compiler version + remove contract-test-utils (#55)

chore: Open compiler version + remove contract-test-utils (#55) #39

Workflow file for this run

name: 50k fuzz run test on push to main
on:
push:
branches:
- main
jobs:
run-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
- name: Install submodules
run: |
git config --global url."https://github.com/".insteadOf "git@github.com:"
git submodule update --init --recursive
- name: Run forge tests
run: ./test.sh -p super_deep