Skip to content

Commit

Permalink
try fuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
tcdude committed Aug 3, 2024
1 parent f581e17 commit f5991dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-direct3d11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Compile and run Test 1
run: .\krink\Kinc\make.bat -v vs2022 -g direct3d11 --run
- name: Check Test 1
run: magick compare -metric mae .\tests\compare\basic.png .\tests\bin\basic.png difference.png
run: magick compare -verbose -metric mae -fuzz 5% .\tests\compare\basic.png .\tests\bin\basic.png difference.png

0 comments on commit f5991dc

Please sign in to comment.