mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Fix CI
This commit is contained in:
parent
9c1e54a2c8
commit
8ef8035bf2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-suite.yml
vendored
2
.github/workflows/test-suite.yml
vendored
|
@ -169,5 +169,5 @@ jobs:
|
|||
# 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.
|
||||
run: |
|
||||
echo -ne "\n" > benchmarks/benches/datasets_paths.rs
|
||||
echo -ne "\n" > crates/benchmarks/benches/datasets_paths.rs
|
||||
cargo fmt --all -- --check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue