From b4506a4f372f17191fab475aa43c2a47228bf30c Mon Sep 17 00:00:00 2001 From: Michal Stopyra Date: Mon, 17 Oct 2022 12:46:43 +0000 Subject: [PATCH] Add `.gitlab-ci.yml` --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..cce7fc5 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,6 @@ +image: "rust:latest" + +test:cargo: + script: + - rustc --version && cargo --version + - cargo test --workspace --verbose