--- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,6 @@ +image: "rustlang/rust:nightly" + +test:cargo: + script: + - rustc --version && cargo --version + - cargo test --all --verbose