From 9c18c63d2adda9bfd877c8e7e91da9f54b6c6d24 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Mon, 15 Mar 2021 14:06:18 +0000 Subject: [PATCH] ci: enable crit tests in CI Signed-off-by: Adrian Reber --- scripts/ci/run-ci-tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/ci/run-ci-tests.sh b/scripts/ci/run-ci-tests.sh index 56a4742b8..f1ed6bcfc 100755 --- a/scripts/ci/run-ci-tests.sh +++ b/scripts/ci/run-ci-tests.sh @@ -268,6 +268,9 @@ ip net add test ./test/zdtm.py run -t zdtm/static/env00 -t zdtm/transition/fork -t zdtm/static/ghost_holes00 -k always ./test/crit-recode.py +# more crit testing +make -C test/others/crit run + # libcriu testing make -C test/others/libcriu run