We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938ea15 commit d06dfdaCopy full SHA for d06dfda
.github/workflows/rust-cubesql.yml
@@ -62,7 +62,11 @@ jobs:
62
# We use host instead of cross container, because it's much faster
63
runs-on: ubuntu-24.04
64
timeout-minutes: 60
65
- name: Unit (Rewrite Engine)
+ name: Unit (Rewrite Engine) (CUBESQL_TOP_DOWN_EXTRACTOR=${{ matrix.top-down-extractor }})
66
+ strategy:
67
+ matrix:
68
+ top-down-extractor: ['true', 'false']
69
+ fail-fast: false
70
71
steps:
72
- name: Checkout
@@ -90,6 +94,7 @@ jobs:
90
94
CUBESQL_TESTING_CUBE_TOKEN: ${{ secrets.CUBESQL_TESTING_CUBE_TOKEN }}
91
95
CUBESQL_TESTING_CUBE_URL: ${{ secrets.CUBESQL_TESTING_CUBE_URL }}
92
96
CUBESQL_SQL_PUSH_DOWN: true
97
+ CUBESQL_TOP_DOWN_EXTRACTOR: ${{ matrix.top-down-extractor }}
93
98
CUBESQL_REWRITE_CACHE: true
99
CUBESQL_REWRITE_TIMEOUT: 60
100
run: |
0 commit comments