Skip to content

Commit

Permalink
Fix the seed for predictability
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Mar 7, 2020
1 parent b25536a commit a2bce0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ case $1 in
script)
if [ "$TEST_TOOL" = "rubygems" ]
then
exec rake test TESTOPTS=-v
exec rake test TESTOPTS="-s0 -v"
else
cd bundler

Expand Down

0 comments on commit a2bce0a

Please sign in to comment.