mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-15 17:30:44 +00:00
update S tests.
This commit is contained in:
parent
c0677f03cb
commit
563dbd99af
1 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
- GO111MODULE=auto
|
- GO111MODULE=auto
|
||||||
name: O-R tests
|
name: O-R tests
|
||||||
- script: travis_retry go run build/ci.go test -v -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/s.*")
|
- script: travis_retry go run build/ci.go test -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/s.*")
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
go: 1.14.x
|
go: 1.14.x
|
||||||
|
|
@ -86,7 +86,7 @@ jobs:
|
||||||
- stage: Github release
|
- stage: Github release
|
||||||
go: '1.14.x'
|
go: '1.14.x'
|
||||||
script:
|
script:
|
||||||
- GOARCH=amd64 GOOS=linux go build -o ./build/bin/XDC-linux-amd64 -v ./cmd/XDC
|
- GOARCH=amd64 GOOS=linux go build -o ./build/bin/XDC-linux-amd64 ./cmd/XDC
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key: $GITHUB_TOKEN
|
api_key: $GITHUB_TOKEN
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue