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.

20 lines
366 B

3 years ago
kind: pipeline
name: default
environment:
3 years ago
VAULT_DEV_LISTEN_ADDRESS: http://vault:8200
3 years ago
VAULT_DEV_ROOT_TOKEN_ID: dev
FDEVS_CONFIG_ETCD_HOST: etcd:2379
steps:
- name: test
image: golang
commands:
4 months ago
# - go test -parallel 10 -race ./...
- go test -race ./...
3 years ago
- name: golangci-lint
12 months ago
image: golangci/golangci-lint:v1.53
3 years ago
commands:
- golangci-lint run