12 lines
128 B
YAML
Raw Normal View History

2023-05-24 16:43:11 +08:00
arch:
- amd64
language: go
go_import_path: github.com/pingcap/errors
go:
- 1.13.x
- stable
script:
- go test -v ./...