mirror of
https://github.com/Luzifer/rconfig.git
synced 2024-11-08 16:00:10 +00:00
8 lines
87 B
YAML
8 lines
87 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.15.x
|
|
- 1.16.x
|
|
- tip
|
|
|
|
script: go test -v -race -cover ./...
|