Skip to content

Commit

Permalink
update tests name
Browse files Browse the repository at this point in the history
  • Loading branch information
subosito committed May 22, 2022
1 parent 7ffaf70 commit 1d2bc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Go workflow
on: [push]
jobs:
test:
name: Test on ${{ matrix.os }}
name: Test Go ${{ matrix.go }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 1d2bc57

Please sign in to comment.