From e37224606a861ad5303d9057e7faa30366fd79f1 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 10 Mar 2024 19:14:18 -0700 Subject: [PATCH] Clarify dev-CI parity. --- docs/how-to/develop-on-borgmatic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/develop-on-borgmatic.md b/docs/how-to/develop-on-borgmatic.md index 9b443486..327038ae 100644 --- a/docs/how-to/develop-on-borgmatic.md +++ b/docs/how-to/develop-on-borgmatic.md @@ -100,7 +100,7 @@ with Borg and supported databases for a few representative scenarios. These tests don't run by default when running `tox`, because they're relatively slow and depend on containers for runtime dependencies. These tests do run on the continuous integration (CI) server, and running them on your developer machine -is the closest thing to CI-test parity. +is the closest thing to dev-CI parity. If you would like to run the full test suite, first install Docker (or Podman; see below) and [Docker Compose](https://docs.docker.com/compose/install/).