fix(ci): incomplete 'check no-backend' step

This commit is contained in:
Byson94
2025-10-12 14:44:09 +05:30
parent 49057eec5d
commit 54145617b5
2 changed files with 1 additions and 2 deletions

View File

@@ -26,5 +26,4 @@ Please make sure you can check all the boxes that apply to this PR.
- [ ] All widgets I've added are correctly documented.
- [ ] I added my changes to CHANGELOG.md, if appropriate.
- [ ] The documentation in the `docs/content/main` directory has been adjusted to reflect my changes.
- [ ] I used `cargo fmt` to automatically format all code before committing

View File

@@ -53,4 +53,4 @@ jobs:
run: cargo check --no-default-features --features=wayland
- name: Check no-backend
run: carg
run: cargo check --no-default-features