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.
This commit is contained in:
Tim van der Meij 2026-04-26 15:43:35 +02:00
parent 4aed8fd01b
commit 2d95e9964c
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762

View File

@ -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