mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-27 04:36:19 +08:00
ci: test purego ignore 1.23 first, there's one bug in golang
This commit is contained in:
parent
9582d8e524
commit
30077cd1d6
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
GODEBUG: x509sha1=1
|
||||
|
||||
- name: Test Generic only
|
||||
if: ${{ matrix.goVer != '1.18' }}
|
||||
if: ${{ matrix.goVer != '1.18' && matrix.goVer != '1.23' }}
|
||||
run: go test -short -tags purego ./...
|
||||
env:
|
||||
GODEBUG: x509sha1=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user