From 4436c3cbcda4b05b695e7a7c66c69c2924dbfffe Mon Sep 17 00:00:00 2001 From: simonjiao Date: Fri, 13 Dec 2024 13:44:14 +0800 Subject: [PATCH] update nextest.sh --- scripts/nextest.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/nextest.sh b/scripts/nextest.sh index d81a865637..280a1b1a67 100755 --- a/scripts/nextest.sh +++ b/scripts/nextest.sh @@ -22,7 +22,6 @@ cargo nextest -V >/dev/null 2>&1 || cargo install cargo-nextest --version "0.9.5 # --retries 2, a correct test case usually takes no more than 3 tries to pass # --build-jobs 8, a little (~20s) faster than 5 or 10 build jobs cargo nextest run --workspace \ ---exclude starcoin-transactional-test-harness \ --exclude starcoin-framework \ --exclude starcoin-consensus \ --retries 2 --build-jobs 8 --test-threads 12 --no-fail-fast --failure-output immediate-final