Update ci.yml

This commit is contained in:
Sun Yimin 2022-06-14 08:18:58 +08:00 committed by GitHub
parent ccdb7b0568
commit 2d64b499cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,3 +37,6 @@ jobs:
- name: Test
run: go test -v -short ./...
- name: Test Generic
run: go test -v -short -tags generic ./...