diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cebc0323..2642f563 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,8 +16,10 @@ jobs: foundry-fuzz-runs: 5000 foundry-profile: "test" match-path: "test/**/*.sol" - name: "Unit tests" + name: + "Unit tests" + # test-pnpm-workspaces: needs: ["build", "test-unit"] uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test-workspaces.yaml@main"