forked from mirror/pkger
do you?
This commit is contained in:
parent
c83687a932
commit
b40b98d739
|
@ -19,4 +19,6 @@ jobs:
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v -race ./...
|
run: |
|
||||||
|
go mod tidy -v
|
||||||
|
go test -v -race ./...
|
||||||
|
|
Loading…
Reference in New Issue