Skip to content

Commit 17101a1

Browse files
committed
execution working on tpch
2 parents 95667be + 0dbf427 commit 17101a1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+2829
-378
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
lfs: true
3333
- uses: ./.github/actions/setup
34-
- run: cargo test
34+
- run: cargo test --features integration
3535

3636
format-check:
3737
runs-on: ubuntu-latest

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/.idea
2-
/target
2+
/target
3+
/benchmarks/data/

0 commit comments

Comments
 (0)