Automated CI for micro-http

unittests-gnu-x86_64cargo test --all-features --workspace
Waited 2m 21s
·
Ran in 1m 16s
unittests-gnu-aarch64cargo test --all-features --workspace
Waited 2s
·
Ran in 1m 11s
unittests-musl-x86_64cargo test --all-features --workspace --target x86_64-unknown-linux-musl
Waited 2m 21s
·
Ran in 1m 16s
unittests-musl-aarch64cargo test --all-features --workspace --target aarch64-unknown-linux-musl
Waited 1m 12s
·
Ran in 6s
unittests-gnu-release-x86_64cargo test --release --all-features --workspace
Waited 2m 21s
·
Ran in 1m 16s
unittests-gnu-release-aarch64cargo test --release --all-features --workspace
Waited 1m 15s
·
Ran in 5s
unittests-musl-release-x86_64cargo test --release --all-features --workspace --target x86_64-unknown-linux-musl
Waited 2m 21s
·
Ran in 1m 16s
unittests-musl-release-aarch64cargo test --release --all-features --workspace --target aarch64-unknown-linux-musl
Waited 1m 15s
·
Ran in 5s
clippy-x86_64cargo clippy --workspace --bins --examples --benches --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks
Waited 2m 21s
·
Ran in 1m 16s
clippy-aarch64cargo clippy --workspace --bins --examples --benches --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks
Waited 1m 15s
·
Ran in 6s
check-warnings-x86_64RUSTFLAGS="-D warnings" cargo check --all-targets --all-features --workspace
Waited 2m 21s
·
Ran in 1m 16s
check-warnings-aarch64RUSTFLAGS="-D warnings" cargo check --all-targets --all-features --workspace
Waited 1m 20s
·
Ran in 5s
coverage-x86_64pytest $(find . -type f -name "test_coverage.py")
Waited 3m 22s
·
Ran in 59s
Total Job Run Time: 17m 23s