hashicorp / nomad-driver-podman

A nomad task driver plugin for sandboxing workloads in podman containers
https://developer.hashicorp.com/nomad/plugins/drivers/podman
Mozilla Public License 2.0
224 stars 61 forks source link

build: do not run check step during dev build #250

Closed shoenig closed 1 year ago

shoenig commented 1 year ago

This PR removes the check step from the dev target - when using a go.work file the check step will prevent the dev target from being succesfull, which makes things tedious when hacking on stuff.

The check target is run as part of CI; we should be fine there.