Update ci.yml

This commit is contained in:
Sun Yimin 2022-06-07 17:39:42 +08:00 committed by GitHub
parent 2ad4ddb506
commit 68fa329262
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 -short sm9/...
run: go test -v -short ./sm9/...