added droneCI
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-03-22 23:38:15 +03:00
parent e59c4d1f5e
commit 3de19a86cf

9
.drone.yml Normal file
View File

@@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: test
image: golang
commands:
- go test
- go build