Update ci.yml

This commit is contained in:
Sun Yimin 2022-06-07 17:27:31 +08:00 committed by GitHub
parent 337575950e
commit ca8961c13e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,4 +36,4 @@ jobs:
key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('**/go.sum') }}
- name: Test
run: go test -v ./...
run: go build -v ./...