Skip to content

Commit

Permalink
verify works again
Browse files Browse the repository at this point in the history
  • Loading branch information
RagnarGrootKoerkamp committed Jan 12, 2024
1 parent 455e459 commit 5c5b809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test *args:
cargo test --quiet -- {{args}}

verify:
cargo run -r --quiet -- --print > result.txt && wdiff result.txt result_ref.txt
cargo run -r --quiet -- --print > result.txt && diff result.txt result_ref.txt

cpu-slow:
sudo cpupower frequency-set --governor performance -d 0.6GHz -u 3.6GHz > /dev/null
Expand Down

0 comments on commit 5c5b809

Please sign in to comment.