Skip to content

Commit 7694aa4

Browse files
committed
Disable Ballista tests
To unbreak builds with stable compiler on CI
1 parent 5b97f7e commit 7694aa4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
cargo build
7676
# Ballista is currently not part of the main workspace so requires a separate build step
7777
- name: Build Ballista
78+
if: false # Disabled in CubeStore fork.
7879
run: |
7980
export CARGO_HOME="/github/home/.cargo"
8081
export CARGO_TARGET_DIR="/github/home/target"
@@ -143,6 +144,7 @@ jobs:
143144
cargo run --example read_csv_infer_schema
144145
# Ballista is currently not part of the main workspace so requires a separate test step
145146
- name: Run Ballista tests
147+
if: false # Disabled in CubeStore fork.
146148
run: |
147149
export CARGO_HOME="/github/home/.cargo"
148150
export CARGO_TARGET_DIR="/github/home/target"

0 commit comments

Comments
 (0)