Enable feature native-tls in unit-tests

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-07-23 20:34:13 +10:00
parent 0150e229aa
commit f7caeea0e6
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -32,4 +32,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --no-default-features --features pkg-config
args: --no-default-features --features pkg-config,native-tls