1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-08 23:06:49 +02:00

ci: move tests than can be run in parallel now (#3038)

This commit is contained in:
Georg Lauterbach
2023-01-30 09:19:47 +01:00
committed by GitHub
parent 66f3bbc062
commit e6dee0f2f1
22 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
load "${REPOSITORY_ROOT}/test/helper/setup" load "${REPOSITORY_ROOT}/test/helper/setup"
load "${REPOSITORY_ROOT}/test/helper/common" load "${REPOSITORY_ROOT}/test/helper/common"
# ! ATTENTION: Must be run in serial mode, as no existing containers should be present.
# Tests the `setup.sh` companion script. # Tests the `setup.sh` companion script.
# Only test coverage below is that the config path `-p` and image `-i` options work as intended. # Only test coverage below is that the config path `-p` and image `-i` options work as intended.
# NOTE: Must be run in serial mode, as no existing containers should be present.
BATS_TEST_NAME_PREFIX='[No Existing Container] ' BATS_TEST_NAME_PREFIX='[No Existing Container] '
function setup_file() { function setup_file() {