Use privilege in step
continuous-integration/drone/push Build is passing Details

main
Drew Bednar 2 months ago
parent 729f48fe55
commit 0817cc8f4f

@ -1,11 +1,11 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: CI Test Pipeline name: CI Test Pipeline
privileged: true
steps: steps:
- name: Unit Tests - name: Unit Tests
image: golang:1.23 image: golang:1.23
privileged: true
commands: commands:
- go test -v ./... - go test -v ./...

Loading…
Cancel
Save