mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 12:16:20 +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
|
||||
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:
|
||||
GODEBUG: x509sha1=1
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
//go:build !race
|
||||
|
||||
package pkcs8_test
|
||||
|
||||
import (
|
||||
|
Loading…
x
Reference in New Issue
Block a user