Skip to content

Commit 8d69937

Browse files
authored
Merge pull request #4 from tephrocactus/main
Better API
2 parents 4d1773b + 97e2d0c commit 8d69937

21 files changed

+917
-1769
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
env:
2626
RUST_BACKTRACE: full
2727
- name: Run tests
28-
run: cargo run --example basic
28+
run: cargo test
2929
env:
3030
RUST_BACKTRACE: full

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/target
2-
/Cargo.lock
2+
Cargo.lock
33
*.tar.gz
44
*.so
55
*.h
66
var
77
udf
8-
*.parquet
8+
*.parquet

0 commit comments

Comments
 (0)