From 3dff775301cff30485c8d25027cdaec7fcb80be1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xory=20=E2=80=8B?= Date: Thu, 18 Apr 2024 11:35:25 +0000 Subject: [PATCH] feat: re-enable unit test in ci/cd as it is possible to make it pass --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc9dee4..a59d5de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,3 +22,8 @@ build:cargo: script: - rustc --version && cargo --version - cargo build + +test:cargo: + script: + - rustc --version && cargo --version + - cargo test \ No newline at end of file