ci: smarter tests (#370)

This commit is contained in:
Amr Bashir
2023-05-18 14:35:37 +03:00
committed by GitHub
parent ac76abcebd
commit b08a45352d
8 changed files with 244 additions and 20 deletions
+6
View File
@@ -19,3 +19,9 @@ rand = "0.8"
futures-util = "0.3"
tokio = { version = "1", features = ["net", "sync"] }
tokio-tungstenite = { version = "0.18", features = ["native-tls"] }
[features]
default = [ "native-tls-vendored" ]
native-tls = [ "tokio-tungstenite/native-tls" ]
native-tls-vendored = [ "tokio-tungstenite/native-tls-vendored" ]
rustls-tls-webpki-roots = [ "tokio-tungstenite/rustls-tls-webpki-roots" ]