Skip to content

feat: Add Parmigiana testnet support for fuzz tests #325

feat: Add Parmigiana testnet support for fuzz tests

feat: Add Parmigiana testnet support for fuzz tests #325

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
permissions:
actions: read
checks: read
contents: read
repository-projects: read
jobs:
solidity-base:
uses: init4tech/actions/.github/workflows/solidity-base.yml@main
with:
gas-diff-tolerance: 2 # setting the gas diff tolerance to 2%
fork-rollup:
uses: init4tech/actions/.github/workflows/solidity-base.yml@main
with:
gas-diff-tolerance: 2 # setting the gas diff tolerance to 2%
foundry-profile: rollup
fork-url: ${{ vars.RU_RPC_URL }}
fork-host:
uses: init4tech/actions/.github/workflows/solidity-base.yml@main
with:
gas-diff-tolerance: 2 # setting the gas diff tolerance to 2%
foundry-profile: host
fork-url: ${{ vars.HOST_RPC_URL }}
# Parmigiana testnet fuzz tests
parmigiana-fuzz-rollup:
uses: init4tech/actions/.github/workflows/solidity-base.yml@main
with:
gas-diff-tolerance: 2
foundry-profile: fuzz-rollup
fork-url: ${{ vars.PARMIGIANA_RU_RPC_URL }}
parmigiana-fuzz-host:
uses: init4tech/actions/.github/workflows/solidity-base.yml@main
with:
gas-diff-tolerance: 2
foundry-profile: fuzz-host
fork-url: ${{ vars.PARMIGIANA_HOST_RPC_URL }}