mirror of
https://github.com/rust-lang/mdBook.git
synced 2025-12-27 10:16:09 -05:00
Update CI to test the whole workspace
This updates the CI jobs to ensure that all crates in the workspace are tested. This will be needed when more crates are added.
This commit is contained in:
@@ -8,3 +8,8 @@ mdbook = { version = "0.4.40", path = "../../.." }
|
||||
pulldown-cmark = { version = "0.12.2", default-features = false }
|
||||
pulldown-cmark-to-cmark = "18.0.0"
|
||||
serde_json = "1.0.132"
|
||||
|
||||
[[bin]]
|
||||
name = "mdbook-remove-emphasis"
|
||||
# This is tested through a separate test from the main package.
|
||||
test = false
|
||||
|
||||
Reference in New Issue
Block a user