From f7caeea0e66892bfc003521885e026016b38886b Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sat, 23 Jul 2022 20:34:13 +1000 Subject: [PATCH] Enable feature native-tls in unit-tests Signed-off-by: Jiahao XU --- .github/workflows/unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 5b9a86b4..f385c1a4 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -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