bevy/tools/ci/src
Gino Valente f866d72f15 Fix: CI bench-check command (#7077)
# Objective

I noticed that running the following command didn't actually do anything:

```
cargo run -p ci -- bench-check
```

## Solution

Made it so that running `cargo run -p ci -- bench-check` actually runs a compile check on the `benches` directory.
2023-01-03 22:18:21 +00:00
..
main.rs Fix: CI bench-check command (#7077) 2023-01-03 22:18:21 +00:00