treerazer/.drone.yml
Malachy Byrne fda5f36c9b
All checks were successful
continuous-integration/drone/push Build is passing
go test ./...
2025-04-01 15:43:24 +01:00

9 lines
123 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: golang:1.23
commands:
- go test ./...