test: set up CI

This commit is contained in:
2025-09-28 10:47:13 +02:00
parent 8bba24cd1e
commit 365c02c863

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
---
kind: pipeline
name: coopcloud.tech/xgettext-go
steps:
- name: unit tests
image: golang:1.24
commands:
- go test -v ./...
trigger:
action:
exclude:
- synchronized