Skip to content

Commit

Permalink
Try to debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Dec 17, 2024
1 parent 326c585 commit 25ff6b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ impl Snapshot {

if path.exists() {
let saved_hash = fs::read_to_string(&path)?;
dbg!(&path, &hash, &saved_hash);

Ok(hash == saved_hash)
} else {
Expand Down

0 comments on commit 25ff6b7

Please sign in to comment.