From a8cd1062736426d9f46394a6246f4dc8455abde9 Mon Sep 17 00:00:00 2001 From: thounyy Date: Tue, 25 Feb 2025 12:38:04 +0100 Subject: [PATCH] fix: update gh workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 204270b..ee29a2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file + 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 \ No newline at end of file