Skip to content

feat(deployment): deploys Portfolio v1.5.0-beta to mainnet #525

feat(deployment): deploys Portfolio v1.5.0-beta to mainnet

feat(deployment): deploys Portfolio v1.5.0-beta to mainnet #525

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