pkg/.drone.yml

21 lines
305 B
YAML
Raw Normal View History

2023-04-09 06:30:15 +00:00
---
kind: pipeline
type: docker
2023-04-09 06:30:53 +00:00
name: test
2023-04-09 06:30:15 +00:00
steps:
- name: fetch
image: alpine/git
commands:
- git fetch --tags
- name: test
image: golang:1.20-alpine
commands:
- apk --update --no-cache add make tzdata git
- make test
- make benchmark
node:
host: devcloud