From 8df8f2c71d18bfccdb598121c5239a3d775fdad0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xory=20=E2=80=8B?= Date: Wed, 17 Apr 2024 13:18:25 +0000 Subject: [PATCH] fix: remove cargo tests because they're only supposed to be run on QEMU/KVM virtual machines --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b01ab00..bc9dee4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,9 +22,3 @@ build:cargo: script: - rustc --version && cargo --version - cargo build - -# Use cargo to test the project -test:cargo: - script: - - rustc --version && cargo --version - - cargo test --workspace --verbose \ No newline at end of file