Skip to content

feat: Add scaler and update repo (SC-16792) #40

feat: Add scaler and update repo (SC-16792)

feat: Add scaler and update repo (SC-16792) #40

Workflow file for this run

name: Basic PR Tests
on: [pull_request]
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 10000