keyring support for linux

This commit is contained in:
veeso
2021-06-20 15:04:16 +02:00
parent 15d13af7d5
commit 19610479bd
6 changed files with 16 additions and 13 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --all-features --no-fail-fast
args: --no-default-features --features githubActions --features with-containers --no-fail-fast
- name: Format
run: cargo fmt --all -- --check
- name: Clippy