fix(transport): Fix warnings ans test both TLS options

This commit is contained in:
Alexis Mousset
2019-12-08 23:16:44 +01:00
parent b379adec28
commit a90b548b4f
4 changed files with 32 additions and 20 deletions

View File

@@ -24,7 +24,11 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --no-default-features --features=native-tls
- uses: actions-rs/cargo@v1
with:
command: test
check:
name: Check
runs-on: ubuntu-latest