fix(ci): incomplete 'check no-backend' step
This commit is contained in:
1
.github/pull_request_template.md
vendored
1
.github/pull_request_template.md
vendored
@@ -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.
|
- [ ] All widgets I've added are correctly documented.
|
||||||
- [ ] I added my changes to CHANGELOG.md, if appropriate.
|
- [ ] 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
|
- [ ] I used `cargo fmt` to automatically format all code before committing
|
||||||
|
|||||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -53,4 +53,4 @@ jobs:
|
|||||||
run: cargo check --no-default-features --features=wayland
|
run: cargo check --no-default-features --features=wayland
|
||||||
|
|
||||||
- name: Check no-backend
|
- name: Check no-backend
|
||||||
run: carg
|
run: cargo check --no-default-features
|
||||||
|
|||||||
Reference in New Issue
Block a user