Build linkcheck script as release to run faster.
This commit is contained in:
parent
98c90522a6
commit
095f09a5bf
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ else
|
|||
check_path="linkcheck/$book_name"
|
||||
fi
|
||||
echo "Running linkchecker on \"$check_path\"..."
|
||||
cargo run --manifest-path=linkchecker/Cargo.toml -- "$check_path"
|
||||
cargo run --release --manifest-path=linkchecker/Cargo.toml -- "$check_path"
|
||||
|
||||
if [ "$iterative" = "0" ]
|
||||
then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue