From 06305e320c5c5436b624d69da023ca866a3b0e07 Mon Sep 17 00:00:00 2001 From: Tiziano Bettio Date: Sat, 3 Aug 2024 15:30:47 +0200 Subject: [PATCH] also fuzz this --- .github/workflows/linux-opengl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-opengl.yml b/.github/workflows/linux-opengl.yml index c637bf6..d6fb95f 100644 --- a/.github/workflows/linux-opengl.yml +++ b/.github/workflows/linux-opengl.yml @@ -31,4 +31,4 @@ jobs: working-directory: ./tests/bin run: xvfb-run ./krass - name: Check Test 1 - run: compare-im6 -verbose -metric mae tests/compare/basic.png tests/bin/basic.png difference.png + run: compare-im6 -verbose -metric mae -fuzz 10% tests/compare/basic.png tests/bin/basic.png difference.png