fix: remove cargo tests because they're only supposed to be run on QEMU/KVM virtual machines

This commit is contained in:
Xory ​ 2024-04-17 13:18:25 +00:00
parent ad5b7bb00f
commit 8df8f2c71d

View file

@ -22,9 +22,3 @@ build:cargo:
script: script:
- rustc --version && cargo --version - rustc --version && cargo --version
- cargo build - cargo build
# Use cargo to test the project
test:cargo:
script:
- rustc --version && cargo --version
- cargo test --workspace --verbose