Add SSL support (#7)

Fixes #1
This commit is contained in:
Aram Peres 2021-07-31 08:43:26 -04:00 committed by GitHub
parent d78fd8c141
commit d36999db6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 494 additions and 104 deletions

View file

@ -81,7 +81,12 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --features env-file
- name: Run cargo test with ssl
uses: actions-rs/cargo@v1
with:
command: test
args: --features ssl
lints:
name: Lints