mirror of
https://gitlab.com/arnekeller/firefox-bookmarks.git
synced 2024-11-08 17:10:37 +00:00
7 lines
154 B
YAML
7 lines
154 B
YAML
image: "rust:latest"
|
|
|
|
test:cargo:
|
|
script:
|
|
- rustc --version && cargo --version # Print version info for debugging
|
|
- cargo test --all --verbose
|