di/.drone.yml

15 lines
166 B
YAML
Raw Normal View History

2022-08-03 01:13:58 +03:00
---
kind: pipeline
type: docker
2022-08-03 01:18:14 +03:00
name: default
2022-08-03 01:13:58 +03:00
2022-08-03 01:18:14 +03:00
trigger:
branch:
- master
2022-08-03 01:13:58 +03:00
steps:
- name: test
image: golang:1.14.15
commands:
- go test ./...