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