Skip to content

Commit

Permalink
fix: update gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thounyy committed Feb 25, 2025
1 parent 61eaed8 commit a8cd106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
run: apt-get install -y git

- name: run account.tech tests
run: sui move test -p ./packages/protocol --test && sui move test -p ./packages/config --test && sui move test -p ./packages/actions --test && sui move test -p ./packages/extensions --test
run: sui move test -p ./packages/protocol --test && sui move test -p ./packages/configs/multisig --test && sui move test -p ./packages/actions --test && sui move test -p ./packages/extensions --test

0 comments on commit a8cd106

Please sign in to comment.