Allow for parallel test execution.
This commit is contained in:
parent
b0e144065c
commit
bcc539999b
|
@ -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
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
bundle exec rake features
|
|
@ -14,4 +14,4 @@ fi
|
|||
|
||||
set -x
|
||||
|
||||
bundle exec rake
|
||||
bundle exec rake test
|
||||
|
|
Loading…
Reference in New Issue