From 1818fbf0a976bbbd281584d695d953ca86ebbc3d Mon Sep 17 00:00:00 2001
From: librelois <c@elo.tf>
Date: Thu, 10 Dec 2020 00:01:24 +0100
Subject: [PATCH] [ci] execute rust tests

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 63f8f9ba4..5fd9380e1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -88,6 +88,7 @@ tests:
     - when: manual
   stage: tests
   script:
+    - cargo test --all
     - npm i
     - npm run format:check
     - npm test
-- 
GitLab