diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39bdb91..85a7f3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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