8 lines
75 B
YAML
8 lines
75 B
YAML
|
language: go
|
||
|
go:
|
||
|
- 1.13.x
|
||
|
git:
|
||
|
depth: 1
|
||
|
script:
|
||
|
- go test -v ./...
|