test against test server

This commit is contained in:
Robin Appelman 2020-11-26 21:52:23 +01:00
commit 7860e8df34
7 changed files with 198 additions and 75 deletions

View file

@ -17,4 +17,5 @@ hex = "0.4"
steamid-ng = "0.3"
[dev-dependencies]
tokio = { version = "0.2", features = ["macros"] }
tokio = { version = "0.2", features = ["macros"] }
sqlx = { version = "0.4", features = ["postgres", "runtime-tokio-rustls"] }