Fix CI test with no backend

This commit is contained in:
elkowar 2021-07-26 20:37:42 +02:00
parent 680ab9d633
commit 4715283b24
No known key found for this signature in database
GPG key ID: E321AD71B1D1F27F

View file

@ -27,6 +27,6 @@ jobs:
run: cargo check --no-default-features --features=x11
- name: Build wayland
run: cargo check --no-default-features --features=wayland
- name: Build no-x11-wayland
run: cargo check --no-default-features --features=no-x11-wayland
- name: Build no-backend
run: cargo check --no-default-features