This repository has been archived on 2023-05-01. You can view files and clone it, but cannot push or open issues or pull requests.
gus/.drone.yml

12 lines
179 B
YAML
Raw Normal View History

---
kind: pipeline
name: verify
steps:
- name: test
image: golang
commands:
2023-01-25 02:59:47 +00:00
- go test -race -v ./...
- name: lint
image: rancher/drone-golangci-lint:latest