Skip to content

Commit

Permalink
chore: add workspaces tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroknots committed Feb 16, 2024
1 parent a556421 commit f43964d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
foundry-fuzz-runs: 5000
foundry-profile: "test"
match-path: "test/**/*.sol"
name:
"Unit tests"
name: "Unit tests"

#test-workspaces:
#needs: ["build"]
#run: "pnpm -r test"
test-pnpm-workspaces:
needs: ["build"]
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test-workspaces.yaml@main"

0 comments on commit f43964d

Please sign in to comment.