未验证 提交 b3557658 编写于 作者: C chris-sun-star 提交者: GitHub

Create go.yml

上级 9d2c4d8d
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.14
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册