diff --git a/Jenkinsfile b/Jenkinsfile index e3f7bdf52..dc2aa4225 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +39,7 @@ pipeline { echo 'Testing ...' sh 'env' sh 'go env' - sh 'ls -tla' + sh 'whoami' sh 'make test' } } diff --git a/Makefile b/Makefile index c06fa26b2..1e86ea871 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ ios: @echo "Import \"$(GOBIN)/Geth.framework\" to use the library." test: all - $(GORUN) build/ci.go test -v + $(GORUN) build/ci.go test -v github.com/ethereum/go-ethereum lint: ## Run linters. $(GORUN) build/ci.go lint