mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-28 05:06:18 +08:00
ci: test plugin build flag #154
This commit is contained in:
parent
72019cf860
commit
6ba199a0b7
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -51,3 +51,9 @@ jobs:
|
|||||||
run: go test -short -tags purego ./...
|
run: go test -short -tags purego ./...
|
||||||
env:
|
env:
|
||||||
GODEBUG: x509sha1=1
|
GODEBUG: x509sha1=1
|
||||||
|
|
||||||
|
- name: Test Plugin only
|
||||||
|
if: ${{ matrix.goVer != '1.18' }}
|
||||||
|
run: go test -short -tags plugin ./...
|
||||||
|
env:
|
||||||
|
GODEBUG: x509sha1=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user