fitzgen / bumpalo

A fast bump allocation arena for Rust
https://docs.rs/bumpalo
Apache License 2.0
1.41k stars 111 forks source link

Run the `cargo-readme` check as its own CI job #122

Closed fitzgen closed 3 years ago

fitzgen commented 3 years ago

And make running it as part of cargo test optional so that tests can pass when cargo-readme is not installed.

This should fix CI.