From b0c66c41e13c5def8c31e3ff9ded577fa3e0f65b Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Sun, 15 Aug 2021 22:41:25 +0200 Subject: [PATCH] tests: add container-minimal example --- test/run-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/run-tests.sh b/test/run-tests.sh index 7117ec9..7990308 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -274,6 +274,7 @@ examples() { script=" set -e ./deploy-container.sh + ./deploy-container-minimal.sh ./deploy-qemu-vm.sh ./deploy-krops.sh "