Skip to content

Commit

Permalink
Build linkcheck script as release to run faster.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jun 3, 2021
1 parent 98c9052 commit 095f09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/linkchecker/linkcheck.sh
Expand Up @@ -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
Expand Down

0 comments on commit 095f09a

Please sign in to comment.