From e2c4bfae279591617437414b78602d47acdef0ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Wo=C5=BAniak?= Date: Wed, 31 Jul 2024 15:54:15 +0200 Subject: [PATCH] test: Change name of test_ui --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2813198e..2c305087 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: # Errors differ between Rust versions. We test only the latest output. test_ui: - name: ${{ matrix.build }} + name: Test UI runs-on: ${{ matrix.os }} strategy: fail-fast: false