Skip to content

Commit

Permalink
Restore some of the metadata cache tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Oct 25, 2024
1 parent cd3b54c commit baab4a0
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 213 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,10 @@ features = ["serde"]
version = "1.1.3"
features = ["serde"]

# HTTP mock server
[workspace.dependencies.wiremock]
version = "0.6.2"

# A few profile opt-level tweaks to make the test suite run faster
[profile.dev.package]
num-bigint-dig.opt-level = 3
Expand Down
1 change: 1 addition & 0 deletions crates/handlers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,4 @@ insta.workspace = true
tracing-subscriber.workspace = true
cookie_store = "0.21.0"
sqlx.workspace = true
wiremock.workspace = true
Loading

0 comments on commit baab4a0

Please sign in to comment.