From ea320e1b18705842d2affa89c30ee2d2f22f17a3 Mon Sep 17 00:00:00 2001 From: Cleber Rosa Date: Thu, 14 Jul 2022 14:47:43 -0400 Subject: [PATCH] CI: increase testing coverage of "avocado devel" tasks By actually running actual tests, and not just a dry-run, we can increase the compatibility coverage between latest Avocado and Avocado-VT. Signed-off-by: Cleber Rosa --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index efc9e84300..f293c239df 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -98,3 +98,5 @@ avocado_devel_task: *list_scr dry_run_script: *dry_run_scr + run_tests_script: + *run_tests_scr