From bf669711fa662aa3a048a05ba1cf12a9cc8d46fe Mon Sep 17 00:00:00 2001 From: zeroknots Date: Fri, 16 Feb 2024 13:38:46 +0700 Subject: [PATCH] individual workspaces --- .github/workflows/ci.yaml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cebc0323..1a699c82 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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"