Skip to content

Commit

Permalink
CI: Tweak job names.
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-smith committed Oct 31, 2020
1 parent 3a3b6ed commit dcf9ad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: build-check
on: [push, pull_request]
jobs:
build-check:
name: build-check Go ${{ matrix.go }}
name: build-check on Go ${{ matrix.go }}
runs-on: ubuntu-20.04
strategy:
matrix:
Expand All @@ -21,7 +21,7 @@ jobs:
go-version: ${{ matrix.go }}
- run: make build_check
test-coverage:
name: build-check Go ${{ matrix.go }}
name: Test Coverage
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit dcf9ad7

Please sign in to comment.