enable sharding of bok-choy tests
This commit is contained in:
@@ -114,7 +114,15 @@ END
|
||||
;;
|
||||
|
||||
"bok-choy")
|
||||
rake test:bok_choy
|
||||
case "$SHARD" in
|
||||
"1")
|
||||
rake test:bok_choy["-a shard_1"]
|
||||
;;
|
||||
|
||||
"2")
|
||||
rake test:bok_choy["-a '!shard_1'"]
|
||||
;;
|
||||
esac
|
||||
rake test:bok_choy:coverage
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user