@@ -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