firefox-bookmarks/.gitlab-ci.yml
2018-10-18 20:26:07 +00:00

7 lines
154 B
YAML

image: "rust:latest"
test:cargo:
script:
- rustc --version && cargo --version # Print version info for debugging
- cargo test --all --verbose