1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-10 17:54:27 +00:00
2020-09-01 10:01:23 -04:00

10 lines
91 B
YAML
Vendored

language: go
go:
- "1.14.x"
- tip
script:
- go test
- go test -bench . -benchmem