Skip to content

chore: update address book and fix build (#344) #1032

chore: update address book and fix build (#344)

chore: update address book and fix build (#344) #1032

Workflow file for this run

name: Test
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
on:
pull_request:
push:
branches:
- master
jobs:
test:
uses: bgd-labs/github-workflows/.github/workflows/foundry-test.yml@main
secrets: inherit
test-sol-zksync:
uses: bgd-labs/github-workflows/.github/workflows/foundry-test.yml@main
secrets: inherit
with:
mode: "CHANGED"
zksync: true
ROOT_DIR: "zksync"
release:
needs: [test]
uses: bgd-labs/github-workflows/.github/workflows/release.yml@main