[PATCH 06/11] ci: for nightly verify tests use all checksum methods
Vincent Fu <[email protected]>
| Newsgroups | org.kernel.vger.fio |
|---|---|
| Message-ID | <[email protected]> |
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. Signed-off-by: Vincent Fu <[email protected]> --- 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.47.2