pwgenr/.gitlab-ci.yml

8 lines
155 B
YAML
Raw Normal View History

2018-10-18 17:11:57 +00:00
image: "rust:latest"
test:cargo:
script:
- rustc --version && cargo --version # Print version info for debugging
- cargo test --all --verbose