image: golang:1.5.1 pipeline: - job: script: - go-wrapper download - go test -cover - go test -cover -bench . -benchmem -run 'Benchmark.*'