Skip to content

Commit

Permalink
individual workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroknots committed Feb 16, 2024
1 parent 801a22c commit bf66971
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@ jobs:
match-path: "test/**/*.sol"
name: "Unit tests"

test-pnpm-workspaces:
needs: ["build", "test-unit"]
workspace-safe7579:
needs: ["build"]
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test-workspaces.yaml@main"
with:
match-workspace: "@rhinestone/safe7579"

workspace-sessionkeymanager:
needs: ["build"]
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test-workspaces.yaml@main"
with:
match-workspace: "@rhinestone/sessionkeymanager"

workspace-examples:
needs: ["build"]
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test-workspaces.yaml@main"
with:
match-workspace: "@rhinestone/modulekit-examples"

0 comments on commit bf66971

Please sign in to comment.