diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
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 |
