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:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
steps:
|
||||
- name: Setup Go for use with actions
|
||||
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