Skip to content

ci: report relevant changes from foundry artifacts #125

ci: report relevant changes from foundry artifacts

ci: report relevant changes from foundry artifacts #125

Workflow file for this run

name: Test
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
on:
pull_request:
push:
branches:
- main
jobs:
test:
uses: bgd-labs/github-workflows/.github/workflows/foundry-test.yml@main
test-sol-zksync:
uses: bgd-labs/github-workflows/.github/workflows/foundry-test.yml@main
secrets: inherit
with:
mode: 'CHANGED'
zksync: true
ROOT_DIR: 'zksync'