fixing
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -12,8 +12,13 @@ jobs:
|
|||||||
uses: actions/setup-go@v1.0.0
|
uses: actions/setup-go@v1.0.0
|
||||||
with:
|
with:
|
||||||
go-version: '1.13' # The Go version to download (if necessary) and use.
|
go-version: '1.13' # The Go version to download (if necessary) and use.
|
||||||
|
|
||||||
|
- name: Check out code
|
||||||
|
uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Building
|
- name: Building
|
||||||
run: go build .
|
run: go build .
|
||||||
|
|
||||||
- name: Testing
|
- name: Testing
|
||||||
run: go test ./...
|
run: go test ./...
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user