mirror of
https://github.com/kidoman/embd
synced 2024-12-22 12:50:19 +01:00
5a1a40d53b
- run benchmarks in ci
11 lines
179 B
YAML
11 lines
179 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.2
|
|
- 1.2.1
|
|
- tip
|
|
|
|
script:
|
|
- go test -bench=. -v ./... | grep -v 'no test files'
|
|
- pushd samples && find . -name "*.go" -exec go build {} \; && popd
|