mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-02 14:18:49 +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"
|
# image: "rust:latest"
|
||||||
|
#
|
||||||
test:cargo:
|
# test:cargo:
|
||||||
script:
|
# script:
|
||||||
- rustc --version && cargo --version # Print version info for debugging
|
# - rustc --version && cargo --version # Print version info for debugging
|
||||||
- cargo test --workspace --verbose
|
# - cargo test --workspace --verbose
|
||||||
|
|
||||||
# deploy:
|
# deploy:
|
||||||
# stage: deploy
|
# stage: deploy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue