Skip to content

Task: add targets to run unit tests locally

Mitchell Nielsen requested to merge support-local-unit-tests into master

Summary

Adds targets to the Taskfile to run unit tests locally, bypassing the tests in Docker.

Goal: make it easier to quickly run unit tests locally during development, not always needing to pull and run a large Docker container.

Testing

  • Look at CI pipelines to ensure they're all passing.
  • Run task unit-tests and confirm it passes.
  • Run task slow-unit-tests and confirm it fails (unless you have envtest configured).
Edited by Mitchell Nielsen

Merge request reports