Merge remote-tracking branch 'origin/master' into mutex-debug

This commit is contained in:
Wade Simmons
2023-05-09 10:29:37 -04:00
6 changed files with 59 additions and 15 deletions

View File

@@ -145,6 +145,9 @@ vet:
test:
go test -v ./...
test-boringcrypto:
GOEXPERIMENT=boringcrypto CGO_ENABLED=1 go test -v ./...
test-cov-html:
go test -coverprofile=coverage.out
go tool cover -html=coverage.out