bevy/.github/workflows
Alice Cecile c44f8b2b68 Run tests (including doc tests) in cargo run -p ci command (#3849)
# Objective

- Using the `cargo run -p ci` command locally is unreliable, as it does not run tests.
- This is particularly unreliable for doc tests, as they are not run as part of `cargo test`.

## Solution

- add more steps to the appropriate Rust file.

## Known Problems

This duplicates work done to run tests when run on Github. @mockersf, suggestions on if we care / how we can mitigate it?
2022-02-03 04:25:45 +00:00
..
ci.yml Run tests (including doc tests) in cargo run -p ci command (#3849) 2022-02-03 04:25:45 +00:00
dependencies.yml Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
ios.yml Remove cargo-lipo from iOS ci job (#3671) 2022-01-17 21:43:44 +00:00
label.yml Label PRs for all target branches (#2701) 2021-09-04 19:05:23 +00:00