Update ci.yml

This commit is contained in:
Sun Yimin 2022-06-07 17:29:27 +08:00 committed by GitHub
parent ca8961c13e
commit f4913888c9
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 build -v ./...
run: go test -v -short ./...