From c39c19d15a84f9ca861c8ce97d043a310ecb8a53 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 2 Jul 2025 12:37:55 -0600 Subject: chore: add lint job and speed up unit test job --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 25648846..b93c71b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,5 +34,14 @@ build image: unit: image: rust:latest stage: test + needs: [] script: - cargo test + +lint: + image: rust:latest + stage: test + needs: [] + script: + - cargo fmt + - cargo clippy -- -D warnings -- cgit v1.2.3