forked from mirrors/linux-bench
8 lines
75 B
YAML
8 lines
75 B
YAML
---
|
|
language: go
|
|
|
|
notifications:
|
|
email: false
|
|
|
|
script:
|
|
- go test ./...
|