We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2808fcb commit 398a8a9Copy full SHA for 398a8a9
1 file changed
Rakefile
@@ -4,5 +4,7 @@ require 'html-proofer'
4
5
task :test do
6
sh 'bundle exec jekyll build'
7
- HTMLProofer.check_directory('./_site/', check_html: true).run
+ HTMLProofer.check_directory('./_site/',
8
+ check_html: true,
9
+ hydra: { max_concurrency: 10 }).run
10
end
0 commit comments