From 3ef80bf80482ddb336f8f422b7b36b84ef3a2bc5 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Wed, 1 Jan 2020 19:39:13 -0500 Subject: [PATCH] CI: Fix duplicate job names --- .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 b1bef7c..0ed19a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: command: test args: --verbose - test: + build: name: Build target ${{ matrix.target }} runs-on: ubuntu-latest strategy: