explicit mod readonly and verbose test

This commit is contained in:
Michael Shaw 2022-10-07 10:36:56 -04:00
parent f7b0b336ae
commit 78debb7b9e
2 changed files with 2 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -28,6 +28,7 @@ pipeline {
GOCACHE = "${WORKSPACE}/.cache/go-build"
GOENV = "${WORKSPACE}/.config/go/env"
GOMOD="/dev/null"
GOFLAGS="-mod=readonly"
}
steps {

View File

@ -50,7 +50,7 @@ ios:
@echo "Import \"$(GOBIN)/Geth.framework\" to use the library."
test: all
$(GORUN) build/ci.go test
$(GORUN) build/ci.go test -v
lint: ## Run linters.
$(GORUN) build/ci.go lint