This commit is contained in:
Clément Renault 2024-10-21 08:28:33 +02:00
parent 9c1e54a2c8
commit 8ef8035bf2
No known key found for this signature in database
GPG Key ID: F250A4C4E3AE5F5F

View File

@ -169,5 +169,5 @@ jobs:
# Since we want to trigger (and fail) this action as fast as possible, instead of building the benchmark crate # Since we want to trigger (and fail) this action as fast as possible, instead of building the benchmark crate
# we are going to create an empty file where rustfmt expects it. # we are going to create an empty file where rustfmt expects it.
run: | run: |
echo -ne "\n" > benchmarks/benches/datasets_paths.rs echo -ne "\n" > crates/benchmarks/benches/datasets_paths.rs
cargo fmt --all -- --check cargo fmt --all -- --check