NOISSUE: Add build

This commit is contained in:
Stefan Goppelt 2023-03-07 17:00:39 +01:00
parent f61d43d2a5
commit afef30ff5c
1 changed files with 10 additions and 0 deletions

10
.drone Normal file
View File

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: utils
steps:
- name: test
image: golang:1.18
commands:
- go get ./...
- go test -v ./...