Skip to content

Commit

Permalink
add termux sqlite testing command
Browse files Browse the repository at this point in the history
  • Loading branch information
achristmascarl committed Oct 20, 2024
1 parent 6ee8551 commit 71514f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ dev-sqlite:
dev-termux:
cargo run --features termux --no-default-features -- -u $(url)

dev-termux-sqlite:
cargo run --features termux --no-default-features -- -u $(sqlite_url)

profile:
cargo flamegraph --post-process flamelens --root -- -u $(url)

Expand Down

0 comments on commit 71514f8

Please sign in to comment.