feat: enable tests #35
Annotations
16 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/cargo@v1:
affinidi-messaging-didcomm/src/utils/crypto.rs#L215
method `as_ed25519` is never used
|
Run actions-rs/cargo@v1:
affinidi-messaging-didcomm/src/message/from_prior/pack.rs#L75
this expression creates a reference which is immediately dereferenced by the compiler
|
Run actions-rs/cargo@v1:
affinidi-messaging-didcomm/src/message/from_prior/unpack.rs#L71
this expression creates a reference which is immediately dereferenced by the compiler
|
Run actions-rs/cargo@v1:
affinidi-messaging-didcomm/src/message/from_prior/unpack.rs#L81
this expression creates a reference which is immediately dereferenced by the compiler
|
Run actions-rs/cargo@v1:
affinidi-messaging-didcomm/src/protocols/routing/mod.rs#L171
match can be simplified with `.unwrap_or_default()`
|
Run actions-rs/cargo@v1
`affinidi-messaging-didcomm` (lib) generated 5 warnings (run `cargo clippy --fix --lib -p affinidi-messaging-didcomm` to apply 4 suggestions)
|
Run actions-rs/cargo@v1:
affinidi-messaging-sdk/src/protocols/message_pickup.rs#L391
this pattern reimplements `Option::unwrap_or`
|
Run actions-rs/cargo@v1
`affinidi-messaging-sdk` (lib) generated 1 warning (run `cargo clippy --fix --lib -p affinidi-messaging-sdk` to apply 1 suggestion)
|
Run actions-rs/cargo@v1:
affinidi-messaging-mediator/src/common/config.rs#L18
unused import: `self`
|
Run actions-rs/cargo@v1:
affinidi-messaging-mediator/src/messages/mod.rs#L12
unused import: `default`
|
Loading