From 37678e2e02860b5d642dc457e6ce99b708c71d5c Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Thu, 20 Apr 2023 12:06:20 +0800 Subject: [PATCH] ci: enable test on release (#1428) Signed-off-by: Ruihang Xia --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e796f495cb..8785570631 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,8 +19,8 @@ env: CARGO_PROFILE: nightly - ## FIXME(zyy17): Enable it after the tests are stabled. - DISABLE_RUN_TESTS: true + # Controls whether to run tests, include unit-test, integration-test and sqlness. + DISABLE_RUN_TESTS: false jobs: build: