From aeaa54e31f279ed5ef269dc0de2b73903e5f4937 Mon Sep 17 00:00:00 2001 From: jiacai2050 Date: Fri, 30 Dec 2022 15:18:49 +0800 Subject: [PATCH] fix CI --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13e1ffaacc..430796f7ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,8 +91,8 @@ jobs: run: | diff ${LOCK_FILE} ${LOCK_FILE}.bak - name: Run Sqlness + working-directory: integration_tests run: | - cd tests make run env: RUST_BACKTRACE: "1" diff --git a/Cargo.toml b/Cargo.toml index 7838ff73e5..5afebddd21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,8 +31,8 @@ members = [ "components/table_kv", "components/tracing_util", "df_operator", - "interpreters", "integration_tests", + "interpreters", "meta_client", "proto", "query_engine",