mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
format the whole project
This commit is contained in:
11
script/qc_loop.sh
Executable file
11
script/qc_loop.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export RUST_BACKTRACE=1
|
||||
|
||||
while true
|
||||
do
|
||||
cargo test qc_ --release -- --nocapture
|
||||
if [[ x$? != x0 ]] ; then
|
||||
exit $?
|
||||
fi
|
||||
done
|
Reference in New Issue
Block a user