changing workflow
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@@ -10,3 +10,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Setup Go for use with actions
|
- name: Setup Go for use with actions
|
||||||
uses: actions/setup-go@v1.0.0
|
uses: actions/setup-go@v1.0.0
|
||||||
|
with:
|
||||||
|
go-version: '1.13' # The Go version to download (if necessary) and use.
|
||||||
|
- name: Building
|
||||||
|
run: go build .
|
||||||
|
- name: Testing
|
||||||
|
run: go test ./...
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user