Skip to content

Commit 73ccbb3

Browse files
committed
commented out cargo fmt/build/test for cubesql, cubesqlplanner
1 parent e3f9ced commit 73ccbb3

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/push.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -147,24 +147,24 @@ jobs:
147147
- name: Cargo test cubeshared
148148
run: |
149149
cargo test --manifest-path rust/cubeshared/Cargo.toml -j 1
150-
- name: Cargo fmt cubesql
151-
run: |
152-
cargo fmt --manifest-path rust/cubesql/Cargo.toml -- --check
153-
- name: Cargo build cubesql
154-
run: |
155-
cargo build --manifest-path rust/cubesql/Cargo.toml -j 4
156-
- name: Cargo test cubesql
157-
run: |
158-
cargo test --manifest-path rust/cubesql/Cargo.toml -j 1
159-
- name: Cargo fmt cubesqlplanner
160-
run: |
161-
cargo fmt --manifest-path rust/cubesqlplanner/cubesqlplanner/Cargo.toml -- --check
162-
- name: Cargo build cubesqlplanner
163-
run: |
164-
cargo build --manifest-path rust/cubesqlplanner/cubesqlplanner/Cargo.toml -j 4
165-
- name: Cargo test cubesqlplanner
166-
run: |
167-
cargo test --manifest-path rust/cubesqlplanner/cubesqlplanner/Cargo.toml -j 1
150+
# - name: Cargo fmt cubesql
151+
# run: |
152+
# cargo fmt --manifest-path rust/cubesql/Cargo.toml -- --check
153+
# - name: Cargo build cubesql
154+
# run: |
155+
# cargo build --manifest-path rust/cubesql/Cargo.toml -j 4
156+
# - name: Cargo test cubesql
157+
# run: |
158+
# cargo test --manifest-path rust/cubesql/Cargo.toml -j 1
159+
# - name: Cargo fmt cubesqlplanner
160+
# run: |
161+
# cargo fmt --manifest-path rust/cubesqlplanner/cubesqlplanner/Cargo.toml -- --check
162+
# - name: Cargo build cubesqlplanner
163+
# run: |
164+
# cargo build --manifest-path rust/cubesqlplanner/cubesqlplanner/Cargo.toml -j 4
165+
# - name: Cargo test cubesqlplanner
166+
# run: |
167+
# cargo test --manifest-path rust/cubesqlplanner/cubesqlplanner/Cargo.toml -j 1
168168

169169
lint:
170170
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)