mirror of
https://github.com/kidoman/embd
synced 2024-12-22 12:50:19 +01:00
0c193071ed
subtle errors in the config were causing test failures to be ignored
11 lines
207 B
YAML
11 lines
207 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.2
|
|
- 1.2.1
|
|
- tip
|
|
|
|
script:
|
|
- go test -bench=. -v ./... | grep -v 'no test files' ; test ${PIPESTATUS[0]} -eq 0
|
|
- cd samples; find . -name "*.go" -print0 | xargs -0 -n1 go build
|