You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just run cargo test using both the beta and nightly toolchains, and neither failed. I'm guessing this is a CI failure caused by caching. With beta failing, it's not doing us any good because we always ignore it. I suggest we work to resolve this failure and change our CI tests so that failures running the beta toolchain will fail the whole build.
The text was updated successfully, but these errors were encountered:
I'm wondering if it's reusing a cache from a previous Travis build from the same run, not one across runs. Though I don't really get why the caching causes problems in the first place either.
I've just run
cargo test
using both thebeta
andnightly
toolchains, and neither failed. I'm guessing this is a CI failure caused by caching. With beta failing, it's not doing us any good because we always ignore it. I suggest we work to resolve this failure and change our CI tests so that failures running the beta toolchain will fail the whole build.The text was updated successfully, but these errors were encountered: