.github/workflows/nightly.yml #506
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
nightly.yml
on: schedule
nightly
/
...
/
cargo +nightly test
56s
nightly
/
...
/
cargo +nightly fmt
21s
nightly
/
...
/
cargo +nightly lints clippy
1m 1s
nightly
/
...
/
cargo deny check
27s
nightly
/
...
/
cargo update && cargo test
35s
nightly
/
...
/
cargo minimal-versions check --workspace
44s
nightly
/
...
/
cargo +nightly doc --cfg docsrs
33s
nightly
/
...
/
cargo minimal-versions check --workspace
22s
Annotations
5 errors
nightly / fmt / cargo +nightly fmt
Error: ENOENT: no such file or directory, opendir '/home/runner/work/cbor-diag-rs/cbor-diag-rs/target'
|
nightly / minimal-versions-nightly / cargo minimal-versions check --workspace
unknown feature `proc_macro_span_shrink`
|
nightly / minimal-versions-nightly / cargo minimal-versions check --workspace
Process completed with exit code 1.
|
nightly / clippy / cargo +nightly lints clippy:
tests/bytes.rs#L551
unnecessary hashes around raw string literal
|
nightly / clippy / cargo +nightly lints clippy
Process completed with exit code 1.
|