mirror of
https://github.com/arampoire/nut-rs.git
synced 2025-11-30 16:20:25 -05:00
Fix test in CI
This commit is contained in:
parent
64811b7421
commit
dcad9c4093
1 changed files with 6 additions and 1 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue