restrict to testing go-ethereum

This commit is contained in:
Michael Shaw 2022-10-07 16:01:28 -04:00
parent a70ece01ce
commit 962cbfd573
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -39,7 +39,7 @@ pipeline {
echo 'Testing ...'
sh 'env'
sh 'go env'
sh 'ls -tla'
sh 'whoami'
sh 'make test'
}
}

View File

@ -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