mirror of
https://github.com/retailcrm/mg-transport-core.git
synced 2024-11-22 05:06:04 +03:00
go mod tidy
This commit is contained in:
parent
dba7552731
commit
20dd81c489
@ -5,7 +5,7 @@ go:
|
|||||||
- '1.10'
|
- '1.10'
|
||||||
- '1.11'
|
- '1.11'
|
||||||
before_install:
|
before_install:
|
||||||
- go get -t -v ./...
|
- go mod tidy
|
||||||
script:
|
script:
|
||||||
- go test ./... -v -cpu 2 -race -cover -coverprofile=coverage.txt -covermode=atomic
|
- go test ./... -v -cpu 2 -race -cover -coverprofile=coverage.txt -covermode=atomic
|
||||||
after_success:
|
after_success:
|
||||||
|
Loading…
Reference in New Issue
Block a user