We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b97f7e commit 7694aa4Copy full SHA for 7694aa4
.github/workflows/rust.yml
@@ -75,6 +75,7 @@ jobs:
75
cargo build
76
# Ballista is currently not part of the main workspace so requires a separate build step
77
- name: Build Ballista
78
+ if: false # Disabled in CubeStore fork.
79
run: |
80
export CARGO_HOME="/github/home/.cargo"
81
export CARGO_TARGET_DIR="/github/home/target"
@@ -143,6 +144,7 @@ jobs:
143
144
cargo run --example read_csv_infer_schema
145
# Ballista is currently not part of the main workspace so requires a separate test step
146
- name: Run Ballista tests
147
148
149
150
0 commit comments