SIGN IN SIGN UP
bevyengine / bevy UNCLAIMED

A refreshingly simple data-driven game engine built in Rust

0 0 59 Rust

Don't leave root during `bench-check`. (#24248)

## Error

During `$ cargo run -p ci -- compile`
 
```text
$ cargo check --benches --target-dir ../target --manifest-path ./benches/Cargo.toml
error: failed to create directory `D:\bevy\..`

Caused by:
  Access is denied. (os error 5)

thread 'main' (16628) panicked at tools\ci\src\ci.rs:62:13:
One or more CI commands failed:
bench-check: Failed to check the benches.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
```

## Solution

- Instead of accessing ../target access ./target

## Testing

- Now the command works on my device.
R
Raphael Larsen committed
153d752f3773cc00324db30cd05ce8a54ae75d06
Parent: a382a23
Committed by GitHub <noreply@github.com> on 5/21/2026, 10:20:42 AM