Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
- 'rust/cubeorchestrator/**'
- 'rust/cubeshared/**'
- 'rust/cubesqlplanner/**'
- 'rust/cubetranspilers/**'
- '.eslintrc.js'
- '.prettierrc'
- 'package.json'
Expand All @@ -33,7 +32,6 @@ on:
- 'rust/cubeorchestrator/**'
- 'rust/cubeshared/**'
- 'rust/cubesqlplanner/**'
- 'rust/cubetranspilers/**'
- '.eslintrc.js'
- '.prettierrc'
- 'package.json'
Expand All @@ -57,15 +55,10 @@ jobs:
node-version: [20.x, 22.x]
python-version: [3.11]
transpile-worker-threads: [false, true]
transpile-native: [false, true]
exclude:
- transpile-worker-threads: true
transpile-native: true
fail-fast: false

env:
CUBEJS_TRANSPILATION_WORKER_THREADS: ${{ matrix.transpile-worker-threads }}
CUBEJS_TRANSPILATION_NATIVE: ${{ matrix.transpile-native }}
steps:
- id: get-tag-out
run: echo "$OUT"
Expand Down Expand Up @@ -140,9 +133,6 @@ jobs:
- name: Cargo test cubeshared
run: |
cargo test --manifest-path rust/cubeshared/Cargo.toml -j 1
- name: Cargo test cubetranspilers
run: |
cargo test --manifest-path rust/cubetranspilers/Cargo.toml -j 1
# - name: Cargo test cubesql
# run: |
# cargo test --manifest-path rust/cubesql/Cargo.toml -j 1
Expand Down Expand Up @@ -206,9 +196,6 @@ jobs:
- name: Cargo fmt cubeshared
run: |
cargo fmt --manifest-path rust/cubeshared/Cargo.toml -- --check
- name: Cargo fmt cubetranspilers
run: |
cargo fmt --manifest-path rust/cubetranspilers/Cargo.toml -- --check
# - name: Cargo fmt cubesql
# run: |
# cargo fmt --manifest-path rust/cubesql/Cargo.toml -- --check
Expand Down Expand Up @@ -276,9 +263,6 @@ jobs:
- name: Cargo build cubeshared
run: |
cargo build --manifest-path rust/cubeshared/Cargo.toml -j 4
- name: Cargo build cubetranspilers
run: |
cargo build --manifest-path rust/cubetranspilers/Cargo.toml -j 4
# - name: Cargo build cubesql
# run: |
# cargo build --manifest-path rust/cubesql/Cargo.toml -j 4
Expand Down
Loading
Loading