13
13
- ' rust/cubeorchestrator/**'
14
14
- ' rust/cubeshared/**'
15
15
- ' rust/cubesqlplanner/**'
16
- - ' rust/cubetranspilers/**'
17
16
- ' .eslintrc.js'
18
17
- ' .prettierrc'
19
18
- ' package.json'
33
32
- ' rust/cubeorchestrator/**'
34
33
- ' rust/cubeshared/**'
35
34
- ' rust/cubesqlplanner/**'
36
- - ' rust/cubetranspilers/**'
37
35
- ' .eslintrc.js'
38
36
- ' .prettierrc'
39
37
- ' package.json'
@@ -57,15 +55,10 @@ jobs:
57
55
node-version : [20.x, 22.x]
58
56
python-version : [3.11]
59
57
transpile-worker-threads : [false, true]
60
- transpile-native : [false, true]
61
- exclude :
62
- - transpile-worker-threads : true
63
- transpile-native : true
64
58
fail-fast : false
65
59
66
60
env :
67
61
CUBEJS_TRANSPILATION_WORKER_THREADS : ${{ matrix.transpile-worker-threads }}
68
- CUBEJS_TRANSPILATION_NATIVE : ${{ matrix.transpile-native }}
69
62
steps :
70
63
- id : get-tag-out
71
64
run : echo "$OUT"
@@ -140,9 +133,6 @@ jobs:
140
133
- name : Cargo test cubeshared
141
134
run : |
142
135
cargo test --manifest-path rust/cubeshared/Cargo.toml -j 1
143
- - name : Cargo test cubetranspilers
144
- run : |
145
- cargo test --manifest-path rust/cubetranspilers/Cargo.toml -j 1
146
136
# - name: Cargo test cubesql
147
137
# run: |
148
138
# cargo test --manifest-path rust/cubesql/Cargo.toml -j 1
@@ -206,9 +196,6 @@ jobs:
206
196
- name : Cargo fmt cubeshared
207
197
run : |
208
198
cargo fmt --manifest-path rust/cubeshared/Cargo.toml -- --check
209
- - name : Cargo fmt cubetranspilers
210
- run : |
211
- cargo fmt --manifest-path rust/cubetranspilers/Cargo.toml -- --check
212
199
# - name: Cargo fmt cubesql
213
200
# run: |
214
201
# cargo fmt --manifest-path rust/cubesql/Cargo.toml -- --check
@@ -276,9 +263,6 @@ jobs:
276
263
- name : Cargo build cubeshared
277
264
run : |
278
265
cargo build --manifest-path rust/cubeshared/Cargo.toml -j 4
279
- - name : Cargo build cubetranspilers
280
- run : |
281
- cargo build --manifest-path rust/cubetranspilers/Cargo.toml -j 4
282
266
# - name: Cargo build cubesql
283
267
# run: |
284
268
# cargo build --manifest-path rust/cubesql/Cargo.toml -j 4
0 commit comments