Skip to content

Commit 01b4c87

Browse files
committed
ci: add reqwest clients
1 parent 2afde65 commit 01b4c87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
strategy:
5252
matrix:
53-
http-backend: [curl-client, h1-client, h1-client-rustls, hyper-client]
53+
http-backend: [curl-client, h1-client, h1-client-rustls, hyper-client, reqwest-client, reqwest-client-rustls]
5454
services:
5555
influxdb:
5656
image: influxdb:1.8

influxdb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ wasm-client = ["surf", "surf/wasm-client"]
4545
[dev-dependencies]
4646
async-std = { version = "1.6.5", features = ["attributes"] }
4747
tokio02 = { package = "tokio", version = "0.2.22", features = ["rt-threaded", "macros"] }
48-
tokio = { version = "1.7", features = ["rt"] }
48+
tokio = { version = "1.7", features = ["macros", "rt"] }

0 commit comments

Comments
 (0)