Update and rename go.yml to go-test.yml

This commit is contained in:
Densest Void
2021-01-22 14:39:15 -05:00
committed by GitHub
parent 05eb619c40
commit b9317e3e37

View File

@ -1,4 +1,4 @@
name: Go
name: Go Test
on:
push:
@ -7,8 +7,7 @@ on:
branches: [ master ]
jobs:
build:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2