Disable proc-macros crate from being tested due to cargo bug (#3103)

* cargo: remove unused `editor/ron` feature

* cargo: add wgpu-executor as a member, sort list

* cargo: test every crate by default

* cargo: disable testing of `graphite-proc-macros`
This commit is contained in:
Firestar99
2025-08-29 12:25:35 +02:00
committed by GitHub
parent c14e67ec28
commit ce1cd1706b
4 changed files with 20 additions and 11 deletions

View File

@@ -108,7 +108,7 @@ jobs:
- name: 🧪 Run Rust tests
run: |
mold -run cargo test --all-features --workspace
mold -run cargo test --all-features
- name: 📃 Generate code documentation info for website
if: github.ref == 'refs/heads/master'