Only run integration tests

This commit is contained in:
Wildan Mubarok
2025-09-25 14:52:19 +00:00
parent 8591d96f67
commit 508feda5eb
+2 -2
View File
@@ -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