summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-18 15:39:19 -0600
committermo khan <mo@mokhan.ca>2025-06-18 15:39:19 -0600
commitf6d6904dac650e308b8c87e10c47302934442334 (patch)
treed237877a219a35c2b9882d661c11f2c661916c97
parentc598f54c80329ea454f3942ca61b447a0f690e98 (diff)
chore: add .gitlab-ci.yml
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..e974010
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,5 @@
+unit:
+ image: rust:latest
+ stage: test
+ script:
+ - cargo test