Add integration tests to make sure both dkg and dealer flows work

This commit is contained in:
Jon Staab
2026-02-19 19:00:55 -08:00
parent 079b58273f
commit fd7ec05b17
3 changed files with 470 additions and 0 deletions
+4
View File
@@ -17,3 +17,7 @@ hex = "0.4"
[[test]]
name = "interop"
path = "tests/integration/interop.rs"
[[test]]
name = "flows"
path = "tests/integration/flows.rs"