Skip to content

Commit

Permalink
fix: zksync ci test support
Browse files Browse the repository at this point in the history
  • Loading branch information
ianflexa committed Nov 19, 2024
1 parent d4883f7 commit 73b2a87
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ on:
workflow_dispatch:

jobs:
test:
test-sol:
uses: bgd-labs/github-workflows/.github/workflows/foundry-test.yml@main
secrets: inherit
with:
mode: "CHANGED"

test-sol-zksync:
uses: bgd-labs/github-workflows/.github/workflows/foundry-test.yml@main
secrets: inherit
with:
mode: "CHANGED"
zksync: true
ROOT_DIR: "zksync"

0 comments on commit 73b2a87

Please sign in to comment.