always use fail fast (in dev)

but not for the travis run (or test_all check)
This commit is contained in:
Torsten Ruger
2018-08-06 13:07:06 +03:00
parent fd25f997ce
commit 77cbc0ad6a
2 changed files with 2 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
ENV["TEST_ALL"] = "true"
require_relative "helper"
Dir["test/**/test_*.rb"].each { |f|