diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 514c3ee7..c69ed130 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,9 +9,6 @@ jobs: build: uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-build.yaml@main" - test-pnpm-workspaces: - uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test-workspaces.yaml@main" - test-unit: needs: ["build"] uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test.yaml@main" @@ -20,3 +17,7 @@ jobs: foundry-profile: "test" match-path: "test/**/*.sol" name: "Unit tests" + + test-pnpm-workspaces: + needs: ["build"] + uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test-workspaces.yaml@main"