mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
9f2a4b378f
* String payload * Verify ENS Names * Update status-protocol-go
15 lines
208 B
YAML
15 lines
208 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.x"
|
|
- tip
|
|
|
|
before_install:
|
|
- go get -t -v ./...
|
|
|
|
script:
|
|
- go test -race -coverprofile=coverage.txt -covermode=atomic
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|