From 2f9dbcc43c3bd849f390587f1a612ac7c4ffc3ed Mon Sep 17 00:00:00 2001 From: philipp Date: Fri, 3 Nov 2023 22:41:22 +0100 Subject: [PATCH] add ci --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..024f62f --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,7 @@ +image: rust:latest + +test: + stage: test + image: rust:latest + script: + - cargo test --verbose