Commit from GitHub Actions ()
This commit is contained in:
parent
9073ac2db8
commit
e7b3be5108
|
@ -39,7 +39,7 @@ fn main() {
|
|||
let uncompressed = decompress_size_prepended(&compressed).unwrap();
|
||||
dbg!(compressed.len(), encoded.len());
|
||||
dbg!(compressed.len() < encoded.len());
|
||||
dbg!(&uncompressed == &encoded);
|
||||
dbg!(uncompressed == encoded);
|
||||
|
||||
match &cli.command {
|
||||
Some(Commands::Start { role }) => {
|
||||
|
|
Loading…
Reference in a new issue