feat: add async integration tests for optimization library

This commit is contained in:
Manuel Raimann
2026-01-30 17:45:11 +01:00
parent ee0b75ecf6
commit bb5ef05c10
3 changed files with 745 additions and 0 deletions
+1
View File
@@ -23,3 +23,4 @@ async = ["dep:tokio"]
[dev-dependencies]
serde_json = "1"
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }