Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ch. 17: Update CI config to support testing the book with
trpl
mdBook does not currently have particularly good support for “external” crates. To make the test suite work correctly with `trpl`, we must first build `trpl` itself (`mdbook` will not do it), and then explicitly pass its `deps` path as a library search path for `mdbook test`. That will make sure all the crates can be resolved when running the tests. .github/workflows/main.yml
- Loading branch information