Skip to content

Commit

Permalink
fix: update test command in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thounyy committed Oct 24, 2024
1 parent 666d7d8 commit b5baa9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- name: install git
run: apt-get install -y git

- name: run kraken tests
run: sui move test -p ./package
- 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

0 comments on commit b5baa9c

Please sign in to comment.