mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-02-22 21:17:35 +00:00
Merge branch 'dev' into blockPool
This commit is contained in:
commit
2477ead072
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@ install:
|
||||||
- go mod tidy -v
|
- go mod tidy -v
|
||||||
script:
|
script:
|
||||||
- golint -set_exit_status ./...
|
- golint -set_exit_status ./...
|
||||||
- go test -race -coverprofile=coverage.txt -covermode=atomic ./...
|
- go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: tip
|
||||||
|
|
Loading…
Add table
Reference in a new issue