steveklabnik / rustdoc

Not a real thing, see https://github.com/rust-lang/rust for rustdoc's actual source code
https://github.com/rust-lang/rust
104 stars 22 forks source link

test all crates in workspace on CI #192

Closed euclio closed 7 years ago

euclio commented 7 years ago

Now that rustdoc-ember is in a different crate, we should test it! We now attempt to build the documentation on AppVeyor as well.

Additionally, I was able to reproduce the issue that was occurring on travis. I'll open another issue for it, but this should work around the problem.

euclio commented 7 years ago

Mac failure looks like a rustup timeout.

steveklabnik commented 7 years ago

Awesome, thanks so much!