From d078aa03a25ba05ba08e321cd0654ab1d4a5101a Mon Sep 17 00:00:00 2001 From: Noel Kwan Date: Wed, 13 Sep 2023 11:17:59 +0800 Subject: [PATCH] only run slow tests in main-cron --- ci/workflows/main-cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/workflows/main-cron.yml b/ci/workflows/main-cron.yml index ca4da72794b1..1b46d45a1846 100644 --- a/ci/workflows/main-cron.yml +++ b/ci/workflows/main-cron.yml @@ -148,7 +148,7 @@ steps: # The timeout should be strictly more than timeout in `pull-request.yml`. # This ensures our `main-cron` workflow will be stable. - label: "unit test" - command: "ci/scripts/unit-test.sh" + command: "ci/scripts/unit-test.sh -a" plugins: - ./ci/plugins/swapfile - seek-oss/aws-sm#v2.3.1: