Skip to content

Commit

Permalink
Increase sharding for SkylarkTests
Browse files Browse the repository at this point in the history
This makes the tests run much faster.
Fixes bazelbuild#5443

RELNOTES: None.
PiperOrigin-RevId: 205980410
  • Loading branch information
laurentlb authored and George Gensure committed Aug 2, 2018
1 parent 253eb1c commit a591a8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/com/google/devtools/build/lib/skylark/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ java_test(
srcs = glob([
"*.java",
]),
shard_count = 5,
test_class = "com.google.devtools.build.lib.AllTests",
deps = [
":testutil",
Expand Down

0 comments on commit a591a8e

Please sign in to comment.