Skip to content

Commit

Permalink
Rename workflow jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Aug 22, 2020
1 parent d07b7aa commit 21af113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build
on: [push, pull_request]

jobs:
test:
build:
strategy:
matrix:
go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: coverage
on: [push, pull_request]

jobs:
test:
coverage:
strategy:
matrix:
go-version: [1.15.x]
Expand Down

0 comments on commit 21af113

Please sign in to comment.