Cargo test all targets
Some checks failed
Cargo CI / Pipeline (pull_request) Failing after 59s

This commit is contained in:
Wojciech Kozlowski 2024-01-06 11:59:17 +01:00
parent b1cf5d621d
commit fd2b83efbe

View File

@ -16,6 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: cargo build --verbose --all-features --all-targets
- run: cargo test --verbose --all-features --lib --bins --no-fail-fast
- run: cargo test --verbose --all-features --all-targets --no-fail-fast
- run: cargo clippy --verbose --all-features --all-targets -- -D warnings
- run: cargo fmt --verbose -- --check