Run hurl tests via cargo (#12)
This allows us to pull them into the coverage report. Reviewed-on: #12 Co-authored-by: Drew Galbraith <drew@tiramisu.one> Co-committed-by: Drew Galbraith <drew@tiramisu.one>
This commit is contained in:
parent
68dbaa32c9
commit
2880391c8c
6 changed files with 805 additions and 32 deletions
|
|
@ -17,4 +17,7 @@ tracing-subscriber = "0.3.19"
|
|||
uuid = { version = "1.18.0", features = ["serde", "v4"] }
|
||||
|
||||
[dev-dependencies]
|
||||
axum-test = "18.0.0"
|
||||
cargo-tarpaulin = "0.31"
|
||||
hurl = "7.0.0"
|
||||
hurl_core = "7.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue