.github/workflows/nightly.yml #45
nightly.yml
on: schedule
nightly
/
...
/
cargo +nightly test
23s
nightly
/
...
/
cargo +nightly fmt
22s
nightly
/
...
/
cargo +nightly lints clippy
39s
nightly
/
...
/
cargo deny check
30s
nightly
/
...
/
cargo update && cargo test
41s
nightly
/
...
/
cargo minimal-versions check --workspace
34s
nightly
/
...
/
cargo +nightly doc --cfg docsrs
20s
nightly
/
...
/
cargo minimal-versions check --workspace
23s
Annotations
10 errors
nightly / docsrs / cargo +nightly doc --cfg docsrs
unknown feature `proc_macro_span_shrink`
|
nightly / docsrs / cargo +nightly doc --cfg docsrs
Process completed with exit code 101.
|
nightly / fmt / cargo +nightly fmt
Error: ENOENT: no such file or directory, opendir '/home/runner/work/cbor-diag-rs/cbor-diag-rs/target'
|
nightly / test / cargo +nightly test
unknown feature `proc_macro_span_shrink`
|
nightly / test / cargo +nightly test
Process completed with exit code 101.
|
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
unknown feature `proc_macro_span_shrink`
|
nightly / clippy / cargo +nightly lints clippy
Process completed with exit code 1.
|
nightly / create issue
An error occurred while creating the issue. This might be caused by a malformed issue title, or a typo in the labels or assignees. Check nightly-issue.md!
Issues are disabled for this repo
|