Automated CI for micro-http

build-gnu-x86_64RUSTFLAGS="-D warnings" cargo build --release
Expired
Waited 4w 2d
build-musl-x86_64RUSTFLAGS="-D warnings" cargo build --release --target x86_64-unknown-linux-musl
Expired
Waited 4w 2d
unittests-gnu-x86_64cargo test --all-features --workspace
Expired
Waited 4w 2d
unittests-musl-x86_64cargo test --all-features --workspace --target x86_64-unknown-linux-musl
Expired
Waited 4w 2d
clippy-x86_64cargo clippy --workspace --bins --examples --benches --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks
Expired
Waited 4w 2d
clippy-aarch64cargo clippy --workspace --bins --examples --benches --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks
Waited 1m 37s
·
Ran in 6s
check-warnings-x86_64RUSTFLAGS="-D warnings" cargo check --all-targets --all-features --workspace
Expired
Waited 4w 2d
check-warnings-aarch64RUSTFLAGS="-D warnings" cargo check --all-targets --all-features --workspace
Waited 1m 37s
·
Ran in 5s
coverage-x86_64pytest $(find . -type f -name "test_coverage.py")
Expired
Waited 4w 2d
cargo-audit-x86_64[ -e Cargo.lock ] || cargo generate-lockfile; cargo audit -q --deny warnings
Expired
Waited 4w 2d
Total Job Run Time: 5m 45s