fix the build

This commit is contained in:
Yongwei Xing 2021-03-04 16:32:34 +08:00
parent 06861a03e6
commit ec6bf1cf83

View file

@ -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 ./...