Skip to content

Commit

Permalink
ci/format: add debug var to mdbook-linkcheck.
Browse files Browse the repository at this point in the history
Temporary, will be used in order to help catch timeouts.
  • Loading branch information
ericonr committed Aug 2, 2020
1 parent dad175a commit 5a5968e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tar xvf ~/bin/linkcheck.tar.gz -C ~/bin

echo "Checking links"

~/bin/mdbook-linkcheck -s
RUST_LOG=linkcheck=debug ~/bin/mdbook-linkcheck -s
LINKCHECK=$?

echo "Installing Go"
Expand Down

0 comments on commit 5a5968e

Please sign in to comment.