mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-03 14:49:04 +00:00
fix: ci (2)
This commit is contained in:
parent
d88510b654
commit
5d9a377f5a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ image: "rust:alpine"
|
||||||
|
|
||||||
test:cargo:
|
test:cargo:
|
||||||
script:
|
script:
|
||||||
- apk add gtk4 libadwaita
|
- apk add gtk4.0-dev libadwaita-dev
|
||||||
- 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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue