diff options
| author | Vedang Manerikar <ved.manerikar@gmail.com> | 2022-10-06 15:58:22 +0530 |
|---|---|---|
| committer | Vedang Manerikar <ved.manerikar@gmail.com> | 2022-10-06 16:09:44 +0530 |
| commit | e6d1df44a1a49e9c35c0153bbe219a7303c3d762 (patch) | |
| tree | 8badb2313fb85df4fa56c24a4e2ca7e187162fab /server/test/docker | |
| parent | a4905d8352437905e6ba1d923cd24ad260c92030 (diff) | |
Speed up server testing by keeping the containers around
This allows re-using containers, saving a tremendous amount of time.
The drawback here is that any environment change (on the docker /
podman containers side) is not detected. The way to deal with this
will be to create a process around major releases where I delete all
the containers and re-test from scratch.
Relates to: #130
Diffstat (limited to 'server/test/docker')
| -rw-r--r-- | server/test/docker/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/test/docker/.gitignore b/server/test/docker/.gitignore index a6d9461..d7dc318 100644 --- a/server/test/docker/.gitignore +++ b/server/test/docker/.gitignore @@ -1,2 +1,3 @@ *.Dockerfile *.build +*.container |
