From f1fdd6e546d03ede42dfa87dc3e5e139cb354dea Mon Sep 17 00:00:00 2001 From: simonjiao Date: Mon, 9 Dec 2024 21:25:58 +0800 Subject: [PATCH] update nextest.sh --- scripts/nextest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/nextest.sh b/scripts/nextest.sh index 151e4f47a1..a390e169fb 100755 --- a/scripts/nextest.sh +++ b/scripts/nextest.sh @@ -34,6 +34,7 @@ cargo nextest run \ -p starcoin-storage \ -p starcoin-types \ -p starcoin-sync \ +-p starcoin-vm-types \ --retries 2 --build-jobs 8 --test-threads 12 --no-fail-fast --failure-output immediate-final