mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-04 10:39:43 +00:00
7 lines
63 B
YAML
7 lines
63 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.10.x"
|
|
|
|
script: go test -race -v ./...
|