Skip to content

Commit

Permalink
Merge pull request #204 from ajjahn/extract-tests
Browse files Browse the repository at this point in the history
Extract tests into integration tests
  • Loading branch information
huntharo committed May 2, 2024
2 parents 2d2f2fc + cfc1790 commit 7f4bf5f
Show file tree
Hide file tree
Showing 31 changed files with 4,766 additions and 4,820 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.

3 changes: 2 additions & 1 deletion extension/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ pem = "3.0.4"
rustls-pemfile = "2.1.2"
tower-test = "0.4.0"
tokio-test = "0.4.4"
axum-extra = { version = "0.9.3", features = ["async-read-body"] }
axum-extra = { version = "0.9.3", features = ["async-read-body"] }
lazy_static = "1.4.0"
Loading

0 comments on commit 7f4bf5f

Please sign in to comment.