fix: remove cargo tests because they're only supposed to be run on QEMU/KVM virtual machines
This commit is contained in:
parent
ad5b7bb00f
commit
8df8f2c71d
1 changed files with 0 additions and 6 deletions
|
@ -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
|
|
Loading…
Reference in a new issue