Skip to content

feat: temp transfers #1058

feat: temp transfers

feat: temp transfers #1058

Triggered via push August 5, 2023 20:14
Status Failure
Total duration 17m 26s
Artifacts

rust.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors
format
Error: ENOENT: no such file or directory, opendir '/home/runner/work/bitmask-core/bitmask-core/target'
lint: tests/rgb/integration/consig.rs#L126
error: match expression looks like `matches!` macro --> tests/rgb/integration/consig.rs:126:35 | 126 | let expected_status = match consig_status.status { | ___________________________________^ 127 | | TxStatus::Mempool => true, 128 | | _ => false, 129 | | }; | |_____________^ help: try this: `matches!(consig_status.status, TxStatus::Mempool)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#match_like_matches_macro = note: `-D clippy::match-like-matches-macro` implied by `-D warnings`
lint: tests/rgb/integration/consig.rs#L156
error: match expression looks like `matches!` macro --> tests/rgb/integration/consig.rs:156:35 | 156 | let expected_status = match consig_status.status { | ___________________________________^ 157 | | TxStatus::Block(_) => true, 158 | | _ => false, 159 | | }; | |_____________^ help: try this: `matches!(consig_status.status, TxStatus::Block(_))` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#match_like_matches_macro
lint
Process completed with exit code 1.