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 518cda7 commit 4b7937aCopy full SHA for 4b7937a
.github/workflows/rust.yml
@@ -91,6 +91,10 @@ jobs:
91
uses: ./.github/actions/setup-builder
92
with:
93
rust-version: stable
94
+ - name: Build tests
95
+ run: |
96
+ export PATH=$PATH:$HOME/d/protoc/bin
97
+ cargo test --features avro,jit,scheduler,json --no-run
98
- name: Run tests
99
run: |
100
export PATH=$PATH:$HOME/d/protoc/bin
@@ -147,7 +151,7 @@ jobs:
147
151
mkdir -p benchmarks/data/answers
148
152
git clone https://github.com/databricks/tpch-dbgen.git
149
153
cd tpch-dbgen
150
- make
154
+ make
155
./dbgen -f -s 1
156
mv *.tbl ../benchmarks/data
157
mv ./answers/* ../benchmarks/data/answers/
0 commit comments