Skip to content

Commit a8da7fc

Browse files
committed
Update CI to run tests for all cases: old, threads, native
1 parent b5881cd commit a8da7fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/push.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,15 @@ jobs:
5757
node-version: [20.x, 22.x]
5858
python-version: [3.11]
5959
transpile-worker-threads: [false, true]
60+
transpile-native: [false, true]
61+
exclude:
62+
- transpile-worker-threads: true
63+
transpile-native: true
6064
fail-fast: false
6165

6266
env:
6367
CUBEJS_TRANSPILATION_WORKER_THREADS: ${{ matrix.transpile-worker-threads }}
68+
CUBEJS_TRANSPILATION_NATIVE: ${{ matrix.transpile-native }}
6469
steps:
6570
- id: get-tag-out
6671
run: echo "$OUT"

0 commit comments

Comments
 (0)