mirror of
https://github.com/walles/moar.git
synced 2024-11-11 00:27:04 +03:00
14 lines
175 B
YAML
14 lines
175 B
YAML
language: go
|
|
go:
|
|
- 1.16.x
|
|
|
|
jobs:
|
|
include:
|
|
- os: linux
|
|
dist: xenial
|
|
script: ./test.sh
|
|
- os: windows
|
|
script:
|
|
- go build
|
|
- go test -timeout 20s ./...
|