changing workflow
This commit is contained in:
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@@ -6,7 +6,14 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
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