From 2d95e9964c7555ada81f8cde22f79c638e667473 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sun, 26 Apr 2026 15:43:35 +0200 Subject: [PATCH] Remove duplicated font tests execution in the GitHub Actions workflow The font tests have run with coverage reporting enabled for quite some time now and the coverage information has proven to work and be stable, so we don't have to also run the font tests without coverage reporting anymore, thereby reducing the total runtime of the workflow. --- .github/workflows/font_tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/font_tests.yml b/.github/workflows/font_tests.yml index 2d987fe99..72c559c73 100644 --- a/.github/workflows/font_tests.yml +++ b/.github/workflows/font_tests.yml @@ -61,9 +61,6 @@ jobs: - name: Install requirements run: pip install -r .github/font_tests_requirements.txt - - name: Run font tests - run: npx gulp fonttest --headless - - name: Run font tests with code coverage run: npx gulp fonttest --headless --coverage --coverage-output build/coverage/font