ci failed
push
Branch:
fix/macos-release-builds
2f0c785
Started: Jul 13, 2026 at 01:49 UTC
Completed: Jul 13, 2026 at 02:18 UTC
Duration: 29m 18s
Pipeline validated with warnings
- step 'check': 'cache' is accepted but not yet implemented
- step 'test': 'cache' is accepted but not yet implemented
- step 'coverage': 'cache' is accepted but not yet implemented
- step 'clippy': 'cache' is accepted but not yet implemented
- step 'build': 'cache' is accepted but not yet implemented
- step 'build-runner': 'cache' is accepted but not yet implemented
Jobs
check · fmt
test · coverage · clippy
passed
test
exit: 0
4m 59s
cargo test 2>&1
depends on
check
passed
coverage
exit: 0
9m 39s
rustup component add llvm-tools-preview
cargo install cargo-tarpaulin --version 0.32.7 2>&1
cargo tarpaulin --engine llvm --out lcov --output-dir coverage/ 2>&1
depends on
check
passed
clippy
exit: 0
2m 16s
rustup component add clippy
cargo clippy --all-targets -- -D warnings 2>&1
depends on
check