diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e8fbe69c..514c3ee7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,6 +9,9 @@ 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" @@ -17,6 +20,3 @@ jobs: foundry-profile: "test" match-path: "test/**/*.sol" name: "Unit tests" - - test-pnpm-workspaces: - uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test-workspaces.yaml@main"