fix the build
This commit is contained in:
parent
06861a03e6
commit
ec6bf1cf83
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
go-version: 1.15
|
||||
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
run: go build -v ./*
|
||||
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
|
|
Loading…
Reference in a new issue