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

21
.github/workflows/go-test.yml vendored Normal file
View File

@ -0,0 +1,21 @@
name: Go Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
- name: Test
run: go test -v ./...