Add `.gitlab-ci.yml`

main
Michal Stopyra 2 years ago
parent 50865afe3e
commit b4506a4f37

@ -0,0 +1,6 @@
image: "rust:latest"
test:cargo:
script:
- rustc --version && cargo --version
- cargo test --workspace --verbose
Loading…
Cancel
Save