Skip to content

Commit

Permalink
fixup! feat: client-utils package
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Nov 4, 2024
1 parent 521783c commit 1531ca8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-all-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,9 @@ jobs:
- name: yarn test (casting)
if: (success() || failure())
run: cd packages/casting && yarn ${{ steps.vars.outputs.test }} | $TEST_COLLECT
- name: yarn test (client-utils)
if: (success() || failure())
run: cd packages/client-utils && yarn ${{ steps.vars.outputs.test }} | $TEST_COLLECT
- name: yarn test (create-dapp)
run: cd packages/create-dapp && yarn ${{ steps.vars.outputs.test }} | $TEST_COLLECT
- name: yarn test (fast-usdc)
Expand Down

0 comments on commit 1531ca8

Please sign in to comment.