Skip to content

Commit

Permalink
add local db, feature flag, clean up trait bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Feb 13, 2024
1 parent 962e22c commit 00d3987
Show file tree
Hide file tree
Showing 34 changed files with 1,399 additions and 270 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,10 @@ jobs:
- uses: actions/checkout@v4
- run: sudo apt-get install capnproto
- run: cargo fmt

# run clippy for each feature flag configuration
- run: cargo clippy
- run: cargo clippy --no-default-features

- run: cargo test
- run: cargo clippy

Loading

0 comments on commit 00d3987

Please sign in to comment.