|
13 | 13 | - 'rust/cubeorchestrator/**' |
14 | 14 | - 'rust/cubeshared/**' |
15 | 15 | - 'rust/cubesqlplanner/**' |
| 16 | + - 'rust/cubetranspilers/**' |
16 | 17 | - '.eslintrc.js' |
17 | 18 | - '.prettierrc' |
18 | 19 | - 'package.json' |
|
32 | 33 | - 'rust/cubeorchestrator/**' |
33 | 34 | - 'rust/cubeshared/**' |
34 | 35 | - 'rust/cubesqlplanner/**' |
| 36 | + - 'rust/cubetranspilers/**' |
35 | 37 | - '.eslintrc.js' |
36 | 38 | - '.prettierrc' |
37 | 39 | - 'package.json' |
@@ -133,6 +135,9 @@ jobs: |
133 | 135 | - name: Cargo test cubeshared |
134 | 136 | run: | |
135 | 137 | cargo test --manifest-path rust/cubeshared/Cargo.toml -j 1 |
| 138 | + - name: Cargo test cubetranspilers |
| 139 | + run: | |
| 140 | + cargo test --manifest-path rust/cubetranspilers/Cargo.toml -j 1 |
136 | 141 | # - name: Cargo test cubesql |
137 | 142 | # run: | |
138 | 143 | # cargo test --manifest-path rust/cubesql/Cargo.toml -j 1 |
@@ -196,6 +201,9 @@ jobs: |
196 | 201 | - name: Cargo fmt cubeshared |
197 | 202 | run: | |
198 | 203 | cargo fmt --manifest-path rust/cubeshared/Cargo.toml -- --check |
| 204 | + - name: Cargo fmt cubetranspilers |
| 205 | + run: | |
| 206 | + cargo fmt --manifest-path rust/cubetranspilers/Cargo.toml -- --check |
199 | 207 | # - name: Cargo fmt cubesql |
200 | 208 | # run: | |
201 | 209 | # cargo fmt --manifest-path rust/cubesql/Cargo.toml -- --check |
@@ -263,6 +271,9 @@ jobs: |
263 | 271 | - name: Cargo build cubeshared |
264 | 272 | run: | |
265 | 273 | cargo build --manifest-path rust/cubeshared/Cargo.toml -j 4 |
| 274 | + - name: Cargo build cubetranspilers |
| 275 | + run: | |
| 276 | + cargo build --manifest-path rust/cubetranspilers/Cargo.toml -j 4 |
266 | 277 | # - name: Cargo build cubesql |
267 | 278 | # run: | |
268 | 279 | # cargo build --manifest-path rust/cubesql/Cargo.toml -j 4 |
|
0 commit comments