Skip to content

Merge pull request #451 from primitivefinance/feat/v1.5.0-beta #1008

Merge pull request #451 from primitivefinance/feat/v1.5.0-beta

Merge pull request #451 from primitivefinance/feat/v1.5.0-beta #1008

Workflow file for this run

on: [push]
name: unit tests (profile=test)
jobs:
check:
name: Forge test (profile=test)
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 tests
run: FOUNDRY_PROFILE=test forge test --gas-report