From 81b20b9329da615edb4ec2744315c3299a4baa54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 30 Apr 2024 12:30:14 +0300 Subject: [PATCH] ci: Enable allocators, analytics, play, rtp and validate sys tests Part-of: --- ci/run-sys-cargo-test.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci/run-sys-cargo-test.sh b/ci/run-sys-cargo-test.sh index 8780e4c53..fd22e85b6 100755 --- a/ci/run-sys-cargo-test.sh +++ b/ci/run-sys-cargo-test.sh @@ -13,6 +13,8 @@ for crate in gstreamer*/sys gstreamer-gl/*/sys; do done for crate in gstreamer/sys \ + gstreamer-allocators/sys \ + gstreamer-analytics/sys \ gstreamer-app/sys \ gstreamer-audio/sys \ gstreamer-base/sys \ @@ -26,11 +28,14 @@ for crate in gstreamer/sys \ gstreamer-mpegts/sys \ gstreamer-net/sys \ gstreamer-pbutils/sys \ + gstreamer-play/sys \ gstreamer-player/sys \ + gstreamer-rtp/sys \ gstreamer-rtsp-server/sys \ gstreamer-rtsp/sys \ gstreamer-sdp/sys \ gstreamer-tag/sys \ + gstreamer-validate/sys \ gstreamer-video/sys \ gstreamer-webrtc/sys; do echo "Testing $crate with --all-features)"