tests: updated tests

This commit is contained in:
Jack Wills
2026-01-25 09:33:08 +00:00
parent 4b7bf38a3f
commit 307810391c
24 changed files with 243 additions and 233 deletions
+4 -2
View File
@@ -45,6 +45,9 @@ tracing = "0.1"
tracing-subscriber = "0.3"
uuid = { version = "1.19", features = ["fast-rng", "v4"] }
[dev-dependencies]
insta = "1.42.2"
[profile.release]
lto = true
codegen-units = 1
@@ -52,5 +55,4 @@ panic = 'abort'
strip = true
debug = false
[dev-dependencies]
insta = "1.42.2"