mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-11 19:29:16 +08:00
8 lines
54 B
YAML
8 lines
54 B
YAML
language: go
|
|
|
|
go:
|
|
- tip
|
|
|
|
script:
|
|
- go test -v ./...
|