rust-random / rand

A Rust library for random number generation.
https://crates.io/crates/rand
Other
1.6k stars 423 forks source link

Tweak docs CI job #1451

Closed newpavlov closed 1 month ago

newpavlov commented 1 month ago

The previous job haven't caught bad links in rand_core. The new job uses cargo doc directly instead of relying on cargo deadlinks, which should improve CI times a bit. We will not be able to check liveness of external links this way, but IIUC we did not do it either way.