rust-lang / rustwide

Execute your code on the Rust ecosystem.
Apache License 2.0
182 stars 41 forks source link

Remove rust-toolchain before running builds #60

Closed jyn514 closed 3 years ago

jyn514 commented 3 years ago

This avoids running with the wrong version of the toolchain.

I had the same experience as in https://github.com/rust-lang/docs.rs/issues/555#issuecomment-624631379 - the test succeeds even if I don't change rustwide, so it's not actually testing anything.

pietroalbini commented 3 years ago

Thanks! Could you also add a changelog line?

jyn514 commented 3 years ago

Sure thing, done.

jyn514 commented 3 years ago

The windows-latest failure doesn't seem to have logs :/

pietroalbini commented 3 years ago

That seems like a bug in GHA, also because another windows-latest build was executed successfully. Merging this!