mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-21 17:56:19 +08:00
ci: enable race detector
This commit is contained in:
parent
02258d2351
commit
db87b0556f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Test with Coverage
|
- name: Test with Coverage
|
||||||
if: ${{ matrix.goVer == '1.18' }}
|
if: ${{ matrix.goVer == '1.18' }}
|
||||||
run: go test -coverpkg=./... -v -short -coverprofile=coverage1.txt -covermode=atomic ./...
|
run: go test -coverpkg=./... -v -short -race -coverprofile=coverage1.txt -covermode=atomic ./...
|
||||||
env:
|
env:
|
||||||
GODEBUG: x509sha1=1
|
GODEBUG: x509sha1=1
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
//go:build !race
|
|
||||||
|
|
||||||
package pkcs8_test
|
package pkcs8_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user