bevy/tools/ci/src/commands
Zachary Harrold 8e6bf0637b
Add no_std support to bevy_diagnostic (#17507)
# Objective

- Contributes to #15460

## Solution

- Added required features
- Switched from `tracing` to `log`
- Fixed imports

## Testing

- CI
2025-01-23 05:20:34 +00:00
..
bench_check.rs Fix CI bench compile check (#14728) 2024-08-14 13:23:00 +00:00
clippy.rs Small changes to ci tool (#13137) 2024-04-30 00:54:14 +00:00
compile_check_no_std.rs Add no_std support to bevy_diagnostic (#17507) 2025-01-23 05:20:34 +00:00
compile_check.rs Small changes to ci tool (#13137) 2024-04-30 00:54:14 +00:00
compile_fail.rs Move compile fail tests (#13196) 2024-05-03 13:35:21 +00:00
compile.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
doc_check.rs Revert "Make doc CI use nightly (#16147)" (#16891) 2024-12-19 19:22:22 +00:00
doc_test.rs Small changes to ci tool (#13137) 2024-04-30 00:54:14 +00:00
doc.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
example_check.rs Small changes to ci tool (#13137) 2024-04-30 00:54:14 +00:00
format.rs Small changes to ci tool (#13137) 2024-04-30 00:54:14 +00:00
lints.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
mod.rs Add compile-check-no-std Command to CI Tool (#15843) 2024-10-11 10:54:44 +00:00
test_check.rs Small changes to ci tool (#13137) 2024-04-30 00:54:14 +00:00
test.rs Test benchmarks in CI (#16987) 2024-12-29 19:33:06 +00:00