[librsvg: 1/2] Include cmdline tests in the 'Unit test' step




commit a5570f4a25f467cf858191155bcfee38668417d4
Author: Sven Neumann <sven svenfoo org>
Date:   Tue Apr 6 23:19:46 2021 +0200

    Include cmdline tests in the 'Unit test' step
    
    Now that rsvg-convert is built with cargo, there's no need to skip
    the cmdline tests any longer.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bfb6c105..b814528c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -106,7 +106,7 @@ cargo_test:
   variables:
     OUT_DIR: "${CI_PROJECT_DIR}/tests/output"
   script:
-    - sudo -E cargo test -- --skip cmdline --skip loading_crash --skip reference --skip render_crash
+    - sudo -E cargo test -- --skip loading_crash --skip reference --skip render_crash
 
 coverage:
   image: "rustlang/rust:nightly"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]