CI: Fix duplicate job names

This commit is contained in:
Jack Grigg 2020-01-01 19:39:13 -05:00
parent 239916acef
commit 3ef80bf804
No known key found for this signature in database
GPG key ID: 9E8255172BBF9898

View file

@ -50,7 +50,7 @@ jobs:
command: test
args: --verbose
test:
build:
name: Build target ${{ matrix.target }}
runs-on: ubuntu-latest
strategy: