From 508feda5ebffd552881dd16ca3b250b55a090811 Mon Sep 17 00:00:00 2001 From: Wildan Mubarok Date: Thu, 25 Sep 2025 14:52:19 +0000 Subject: [PATCH] Only run integration tests --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d6c4f3e3f1..b5a0896e65 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,5 +26,5 @@ test:redox: stage: test dependencies: - build:redox - # do not test binaries, and detect if redoxer hangs - script: redoxer test --verbose -- --test '*' --lib -- --nocapture + # only run integration test as without KVM unit tests is super slow + script: redoxer test --verbose -- --test '*' -- --nocapture