2022-10-19 21:32:34 +08:00

12 lines
94 B
YAML

language: go
go:
- tip
matrix:
allow_failures:
- go: tip
script:
- go test ./...