Test
This commit is contained in:
8
.github/workflows/go.yml
vendored
8
.github/workflows/go.yml
vendored
@@ -12,10 +12,14 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Set up Go
|
||||||
|
uses: actions/setup-go@v2
|
||||||
|
with:
|
||||||
|
stable: 'false'
|
||||||
|
go-version: go1.17rc1
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: docker://golang:1.17rc1-buster
|
|
||||||
run: go build -v ./...
|
run: go build -v ./...
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
uses: docker://golang:1.17rc1-buster
|
|
||||||
run: go test -v ./...
|
run: go test -v ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user