mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-09 05:49:39 +00:00
8 lines
83 B
YAML
8 lines
83 B
YAML
language: go
|
|
sudo: false
|
|
go:
|
|
- 1.5
|
|
- 1.6
|
|
script:
|
|
- go test -race -v -bench=.
|