Skip to content

feat: Boolean toggle for migration (SC-16793) (#21) #23

feat: Boolean toggle for migration (SC-16793) (#21)

feat: Boolean toggle for migration (SC-16793) (#21) #23

Workflow file for this run

name: SC Tests
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: Checkout submodules
shell: bash
run: |
git config --global url."https://github.com/".insteadOf "git@github.com:"
forge update
- name: Run forge tests
run: ./test.sh -r 1000000