Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Verify tools workspace lockfile is current
run: cargo update -p mdbook-spec --locked
- name: Test tools
run: cargo test
run: cargo test --workspace --exclude grammar-check

@traviscross traviscross Sep 22, 2026 •

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a bit unfortunate to not build-check the other parts of grammar-check that aren't sensitive to rustc churning. Maybe later we could separate this off somehow.

View changes since the review


dev-guide:
name: dev-guide build check
Expand Down
Loading