Add `.gitlab-ci.yml`

integration-not-installation^2
Michal Stopyra 2 years ago
parent c23e37db6f
commit a8e49e3582

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