Try without verbose
continuous-integration/drone/push Build is failing Details

main
Drew Bednar 2 months ago
parent 98440d057a
commit 79d530ba8a

@ -0,0 +1,14 @@
kind: pipeline
type: docker
name: CI Test Pipeline
steps:
- name: Unit Tests
image: golang:1.23
commands:
- go test ./...
trigger:
event:
- pull_request
- push
Loading…
Cancel
Save