From 3ee2db71a456f5b009c1ba7c15c5376bb0a3bb0d Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 6 Mar 2024 21:01:10 +0400 Subject: CI: Check dinit feature --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 455460be..ce8b48a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,6 +51,9 @@ jobs: - name: Check (just systemd) run: cargo check ${{ matrix.release-flag }} --no-default-features --features systemd + - name: Check (just dinit) + run: cargo check ${{ matrix.release-flag }} --no-default-features --features dinit + - name: Check (just xdp-gnome-screencast) run: cargo check ${{ matrix.release-flag }} --no-default-features --features xdp-gnome-screencast -- cgit