Skip to content

Commit 99cd9ee

Browse files
authored
Update and rename test.yml to build.yml
1 parent 930046b commit 99cd9ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml renamed to .github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Test
1+
name: build
22
on: [push]
33
jobs:
44

5-
test:
6-
name: Test
5+
go1.13:
6+
name: go1.13
77
runs-on: ubuntu-latest
88
steps:
99

0 commit comments

Comments
 (0)