mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
Allow for parallel test execution.
This commit is contained in:
@@ -3,5 +3,4 @@
|
||||
set -e
|
||||
|
||||
script/branding
|
||||
script/proof
|
||||
script/test
|
||||
ls -1 script/{test,cucumber,proof} | xargs -P 3 -L 1 /bin/bash
|
||||
|
||||
3
script/cucumber
Executable file
3
script/cucumber
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
bundle exec rake features
|
||||
@@ -14,4 +14,4 @@ fi
|
||||
|
||||
set -x
|
||||
|
||||
bundle exec rake
|
||||
bundle exec rake test
|
||||
|
||||
Reference in New Issue
Block a user