Update CI pipeline to remove actions-rs #131
check.yml
on: pull_request
Check
23s
Check (no_std)
13s
Test Suite
46s
Test Suite (all features)
1m 1s
Test Suite (no_std)
46s
Rustfmt
10s
clippy_check
32s
test_coverage
47s
Annotations
2 errors and 2 warnings
clippy_check
reviewdog exited with status code: 1
|
test_coverage
Process completed with exit code 1.
|
[clippy] src/lib.rs#L189:
src/lib.rs#L189
warning: unexpected `cfg` condition name: `tarpaulin`
--> src/lib.rs:189:13
|
189 | #![cfg_attr(tarpaulin, inline(never))]
| ^^^^^^^^^
|
= help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustcrypto_base`, `rustcrypto_encrypt_base`, `rustcrypto_key_distribution_base`, `rustcrypto_mac_base`, `rustcrypto_sign_base`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `tarpaulin_include`, and `test` and 3 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: requested on the command line with `-W unexpected-cfgs`
|
clippy_check
The following actions use a deprecated Node.js version and will be forced to run on node20: giraffate/clippy-action@main. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|