di/.drone.yml

15 lines
170 B
YAML
Raw Normal View History

2022-08-03 01:13:58 +03:00
---
kind: pipeline
type: docker
name: linux-amd64
2022-08-03 01:10:12 +03:00
2022-08-03 01:13:58 +03:00
platform:
arch: amd64
os: linux
steps:
- name: test
image: golang:1.14.15
commands:
- go test ./...