Revert "Create go.yml"

This reverts commit f90a717fe3.
pull/658/head
roberChen 2021-02-26 16:13:13 +08:00
parent b9da0755f0
commit 13925be78e
1 changed files with 0 additions and 25 deletions

View File

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