aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-03-06 21:01:10 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-03-06 21:01:10 +0400
commit3ee2db71a456f5b009c1ba7c15c5376bb0a3bb0d (patch)
tree933fcb73dce8b8ddcbffa02c90ae6c60cc7b3b6a
parentcedfd4944c847442c289c499172ac25d2a6714f9 (diff)
downloadniri-3ee2db71a456f5b009c1ba7c15c5376bb0a3bb0d.tar.gz
niri-3ee2db71a456f5b009c1ba7c15c5376bb0a3bb0d.tar.bz2
niri-3ee2db71a456f5b009c1ba7c15c5376bb0a3bb0d.zip
CI: Check dinit feature
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
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