From 874cb2439e97b58bd622d95e282689bf76f98982 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 9 Jun 2025 14:08:18 -0600 Subject: chore: split the unit and integration tests --- .gitlab-ci.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3245e33..7b09df5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,12 @@ unit: + image: rust:latest + script: + - cargo test + +integration: image: ruby:latest script: - - env | sort - - sh ./bin/cibuild + - bundle install + - sh ./bin/test variables: DEBUG: true -- cgit v1.2.3