Skip to content

Commit

Permalink
Merge pull request #4 from tephrocactus/main
Browse files Browse the repository at this point in the history
Better API
  • Loading branch information
auxten authored Aug 26, 2024
2 parents 4d1773b + 97e2d0c commit 8d69937
Show file tree
Hide file tree
Showing 21 changed files with 917 additions and 1,769 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
env:
RUST_BACKTRACE: full
- name: Run tests
run: cargo run --example basic
run: cargo test
env:
RUST_BACKTRACE: full
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/target
/Cargo.lock
Cargo.lock
*.tar.gz
*.so
*.h
var
udf
*.parquet
*.parquet
Loading

0 comments on commit 8d69937

Please # to comment.