From e1e42ecdfc2c6b68fe6dc0a3dce52e48a7019e84 Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Thu, 8 May 2025 14:58:14 -0400 Subject: [PATCH] ci: for nightly verify tests use all checksum methods By default t/verify.py runs tests with only a small selection of checksum methods. Run the test script with an option so that our nightly tests use all of the checksum methods. Link: https://lore.kernel.org/r/20250508185832.3702-7-vincent.fu@samsung.com Signed-off-by: Vincent Fu --- ci/actions-full-test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/actions-full-test.sh b/ci/actions-full-test.sh index 4222a21a..6ff13c4d 100755 --- a/ci/actions-full-test.sh +++ b/ci/actions-full-test.sh @@ -41,6 +41,8 @@ main() { args+=( --run-only 1017 + -p + "1017:--complete" ) else skip+=( -- 2.25.1