From aa131ec4155086819939d1ec219eac421b296ed5 Mon Sep 17 00:00:00 2001 From: Andrew Straw Date: Thu, 28 Mar 2024 07:44:35 +0100 Subject: [PATCH] CI: test more crates --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2c6b7615..788f373ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -95,6 +95,18 @@ test_crates: - cargo build --release --features camsrc_pyloncxx - cd .. + - cd imagesrc-gst + - cargo check + - cd .. + + - cd gst-plugin-nvargustime + - cargo check + - cd .. + + - cd gst-plugin-apriltag + - cargo check + - cd .. + test_flydra2: variables: GIT_SUBMODULE_STRATEGY: recursive