mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-08-10 11:52:00 +08:00
8 lines
83 B
YAML
8 lines
83 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.x
|
|
|
|
script:
|
|
- go test -v -cpu=2
|
|
- go test -v -cpu=2 -race |