Fix test in CI

This commit is contained in:
Aram 🍐 2021-07-31 08:21:35 -04:00
parent 64811b7421
commit dcad9c4093

View file

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