X Tutup
Skip to content

Commit 5c05b60

Browse files
committed
give unique names
1 parent 2ba17b4 commit 5c05b60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Go
22
on: [push]
33
jobs:
44
build-linux:
5-
name: Build
5+
name: Linux Build
66
runs-on: ubuntu-latest
77
steps:
88
- name: Set up Go 1.13
@@ -22,7 +22,7 @@ jobs:
2222
go test ./...
2323
go build -v .
2424
build-windows:
25-
name: Build
25+
name: Windows Build
2626
runs-on: windows-latest
2727
steps:
2828
- name: Set up Go 1.13
@@ -42,7 +42,7 @@ jobs:
4242
go test ./...
4343
go build -v .
4444
build-macos:
45-
name: Build
45+
name: MacOS Build
4646
runs-on: macos-latest
4747
steps:
4848
- name: Set up Go 1.13

0 commit comments

Comments
 (0)
X Tutup