From 5a5968e99b97e56cc345bf6840dcdbdd0990109f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Sun, 2 Aug 2020 16:45:18 -0300 Subject: [PATCH] ci/format: add debug var to mdbook-linkcheck. Temporary, will be used in order to help catch timeouts. --- ci/format.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/format.sh b/ci/format.sh index d9ade5f48..6d002563f 100755 --- a/ci/format.sh +++ b/ci/format.sh @@ -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"