Skip to content

Commit

Permalink
test: disable doctests as they don't work w/ async
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMochan committed Dec 3, 2024
1 parent b4e51e2 commit 849e93f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rig-sqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ edition = "2021"
description = "SQLite-based vector store implementation for the rig framework"
license = "MIT"

[lib]
doctest = false

[dependencies]
rig-core = { path = "../rig-core", features = ["derive"] }
rusqlite = { version = "0.32", features = ["bundled"] }
Expand Down

0 comments on commit 849e93f

Please sign in to comment.