diff --git a/README.md b/README.md index cdae346c..6efdc7b5 100644 --- a/README.md +++ b/README.md @@ -108,3 +108,11 @@ Cleanup. It will teardown the Forgejo instance. ```sh ./end-to-end.sh stop ``` + +## Running tests in Docker/Podman + +There is an included Dockerfile in which the tests can be run. Building the +conatiner will copy the the entire repo state into the container from which +changes to the tests can be tested. Note: running in podman requires the +`--privileged` flag because this will run podman in podman for some tests. +