test: add CI, RingBuffer tests, core proptest, RAII lua fixtures

This commit is contained in:
2026-08-17 21:19:33 +08:00
parent 81c0ce13c4
commit 5f5477d658
12 changed files with 450 additions and 53 deletions

View File

@@ -15,3 +15,6 @@ serde_json = { workspace = true }
tracing = { workspace = true }
thiserror = { workspace = true }
hex = "0.4"
[dev-dependencies]
proptest = "1"