You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wechatminiprogram/vendor/mellium.im/sasl/bitbucket-pipelines.yml

11 lines
229 B

image: golang:latest
pipelines:
default:
- step:
script:
- go version
- go vet ./...
- go test -race ./...
- go test -cover ./...
- go test -bench . -benchmem ./...