updates workflows
This commit is contained in:
parent
8528c01163
commit
d2a480ffa9
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -15,8 +15,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
goversion:
|
goversion:
|
||||||
|
- "1.19"
|
||||||
|
- "1.18"
|
||||||
- "1.17"
|
- "1.17"
|
||||||
- "1.16"
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v1
|
uses: actions/setup-go@v1
|
||||||
@ -27,4 +28,4 @@ jobs:
|
|||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
run: go get ./...
|
run: go get ./...
|
||||||
- name: Run Unit Tests
|
- name: Run Unit Tests
|
||||||
run: go test -v -cover -race ./...
|
run: go test -modfile=go_test.mod -v -cover -race ./...
|
||||||
|
@ -7,4 +7,4 @@ install:
|
|||||||
- go get ./...
|
- go get ./...
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -v --short ./...
|
- go test -modfile=go_test.mod -v --short ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user