From f5991dc7ded178e1adc275679e15c6573279e2d6 Mon Sep 17 00:00:00 2001 From: Tiziano Bettio Date: Sat, 3 Aug 2024 03:21:59 +0200 Subject: [PATCH] try fuzz --- .github/workflows/windows-direct3d11.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-direct3d11.yml b/.github/workflows/windows-direct3d11.yml index ca4b61d..b666c21 100644 --- a/.github/workflows/windows-direct3d11.yml +++ b/.github/workflows/windows-direct3d11.yml @@ -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