Skip to content

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

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

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

Workflow file for this run

on: [push]
name: Gas profiling (profile=optimized)
jobs:
check:
name: Gas profile optimized (profile=optimized)
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 gas profiling
run: FOUNDRY_PROFILE=optimized forge test --gas-report --match-contract TestGas