mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
fix:fix ci
Signed-off-by: Chen Kai <281165273grape@gmail.com>
This commit is contained in:
parent
5b40276ce1
commit
2ac89676d6
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ for:
|
|||
- image: Ubuntu
|
||||
build_script:
|
||||
- go run build/ci.go lint
|
||||
- go run build/ci.go generate -verify
|
||||
# - go run build/ci.go generate -verify
|
||||
- go run build/ci.go install -dlgo
|
||||
test_script:
|
||||
- go run build/ci.go test -dlgo -short
|
||||
|
|
|
|||
Loading…
Reference in a new issue