--lib tests

This commit is contained in:
veeso
2021-06-26 12:08:05 +02:00
parent 8b01c71819
commit d976a34705
2 changed files with 2 additions and 2 deletions

View File

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