ci: test plugin build flag #154

This commit is contained in:
Sun Yimin 2023-09-07 08:56:22 +08:00 committed by GitHub
parent 72019cf860
commit 6ba199a0b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,3 +51,9 @@ jobs:
run: go test -short -tags purego ./...
env:
GODEBUG: x509sha1=1
- name: Test Plugin only
if: ${{ matrix.goVer != '1.18' }}
run: go test -short -tags plugin ./...
env:
GODEBUG: x509sha1=1