diff --git a/.drone.yml b/.drone.yml index 322b542..136094b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,13 @@ kind: pipeline name: default steps: + - name: test_draftbot + image: golang + commands: + - cd ./draftbot + - GOPROXY=https://modules.fromouter.space go mod download + - CGO_ENABLED=0 go test . + - name: build_draftbot image: golang commands: