From 12f05142c6b8aa56225c9ec1b70b685d0ec6a592 Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Thu, 9 May 2019 22:09:00 +0200
Subject: [PATCH] [ci] tests:lin64: run ignored tests

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d0b9f444..b3a5dadc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -110,6 +110,7 @@ tests:linux64:stable:
     - cd bin/durs-server
     - RUSTFLAGS="-D warnings" cargo build --features=ssl
     - cargo test --all
+    - cargo test --all -- --ignored
 
 tests:arm-v7-:stable:
   <<: *rust_stable_armv7
-- 
GitLab