From 731aa0d659122f05a1d1a3edf00cc2c4e791f248 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Mon, 3 Oct 2022 15:46:01 -0400 Subject: [PATCH] Further clarify the test job names Signed-off-by: Sebastian Malton --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 10b06f4249..f1b7454ce7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ on: - master jobs: test: - name: Run '${{ matrix.type }}' Tests + name: ${{ matrix.type }} tests on ${{ matix.os }} runs-on: ${{ matrix.os }} strategy: fail-fast: false