language: go
go:
- "1.x"
install:
- go get ./...
script:
- go test -modfile=go_test.mod -v --short ./...