mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-02 06:08:42 +00:00
chore: disable CI as native dependencies are not met
This commit is contained in:
parent
d1eadcd912
commit
f2f2c23fd6
1 changed files with 6 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
|||
image: "rust:latest"
|
||||
|
||||
test:cargo:
|
||||
script:
|
||||
- rustc --version && cargo --version # Print version info for debugging
|
||||
- cargo test --workspace --verbose
|
||||
# image: "rust:latest"
|
||||
#
|
||||
# test:cargo:
|
||||
# script:
|
||||
# - rustc --version && cargo --version # Print version info for debugging
|
||||
# - cargo test --workspace --verbose
|
||||
|
||||
# deploy:
|
||||
# stage: deploy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue