mirror of
https://github.com/panjf2000/ants.git
synced 2025-12-17 10:31:05 +00:00
11 lines
147 B
YAML
11 lines
147 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.8.x"
|
|
- "1.9.x"
|
|
- "1.10.x"
|
|
- master
|
|
|
|
script:
|
|
- go test -v ./...
|
|
- go test -bench=. -benchmem=true -run=none ./... |