Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Dec 30, 2022
1 parent a0604a5 commit aeaa54e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ members = [
"components/table_kv",
"components/tracing_util",
"df_operator",
"interpreters",
"integration_tests",
"interpreters",
"meta_client",
"proto",
"query_engine",
Expand Down

0 comments on commit aeaa54e

Please sign in to comment.