mirror of
https://github.com/wahyd4/go-mocket.git
synced 2026-08-09 04:46:54 +10:00
7 lines
103 B
YAML
7 lines
103 B
YAML
language: go
|
|
go:
|
|
- master
|
|
env:
|
|
- GOMAXPROCS=4 GORACE=halt_on_error=1
|
|
script:
|
|
- go test -race -v . |