Skip to content

feat: add computeSFunction #557

feat: add computeSFunction

feat: add computeSFunction #557

Workflow file for this run

on: [push]
name: Default Build & Tests (profile=default)
jobs:
check:
name: Build & Test (profile=default)
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: Run build
run: FOUNDRY_PROFILE=default forge build --skip test
- name: Run tests
run: FOUNDRY_PROFILE=default forge test --gas-report -vvv