From dcad9c4093f9d7e19845cde2ac5da8c67dbe4aa7 Mon Sep 17 00:00:00 2001 From: Aram Peres Date: Sat, 31 Jul 2021 08:21:35 -0400 Subject: [PATCH] Fix test in CI --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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