Rename to "Build" for consistency

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Hugo van Kemenade 2021-09-12 10:10:31 +03:00 committed by GitHub
parent 2bd2fbbf0b
commit a761d9b0c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ name: Test MinGW
on: [push, pull_request]
jobs:
msys:
build:
runs-on: windows-2019
strategy:
fail-fast: false
@ -76,7 +76,7 @@ jobs:
CODECOV_NAME: ${{ matrix.name }}
success:
needs: msys
needs: build
runs-on: ubuntu-latest
name: MinGW Test Successful
steps: