From 0f62fd7110987668c5c662f2accce2fefd4a4c89 Mon Sep 17 00:00:00 2001
From: librelois <c@elo.tf>
Date: Tue, 11 Jan 2022 00:13:54 +0100
Subject: [PATCH] ci: integration tests need a debug build

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9536a51a1..34c730b83 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,4 +43,5 @@ tests:
     - when: manual
   stage: tests
   script:
+    - cargo build
     - cargo test
-- 
GitLab