TheBevyFlock / bevy_cli

A Bevy CLI tool and linter.
https://thebevyflock.github.io/bevy_cli/
Apache License 2.0
44 stars 7 forks source link

More than one `libbevy.rlib` was built for UI tests in Windows CI #171

Open BD103 opened 2 weeks ago

BD103 commented 2 weeks ago

The latest PR run for UI tests failed because libbevy.rlib was either not built or built more than once. We should:

  1. Add more useful information to this error message so it can be diagnosed.
  2. Fix the issue. (It could be cache-related, or Windows-specific trickery.)
  3. Ensure that CI catches UI test failures, since it didn't for that run.