From 979c76e2bdf1020228e29e8a5659e7fe9f1cc5e3 Mon Sep 17 00:00:00 2001
From: librelois <c@elo.tf>
Date: Thu, 17 Dec 2020 21:28:15 +0100
Subject: [PATCH] build(ci): remove command test --doc

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f1d4035..e92a4a1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@ tests:linux64:stable:
     - redshift
   script: 
     - RUSTFLAGS="-D warnings" cargo build
-    - cargo test --doc
+    #- cargo test --doc
     - cargo tarpaulin --all --all-features --ignore-tests -iv --out Xml
     #- bash <(curl -s https://codecov.io/bash)
 
-- 
GitLab