A little work on test times
They have been rising of late, installer reporter to check 8and keep checking) tweaking of cli parameters removed redundant interpreter tests
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
# A sample Guardfile
|
||||
# More info at https://github.com/guard/guard#readme
|
||||
# can't put in helper or it will run (and fail) with parallel
|
||||
#require "minitest/reporters"
|
||||
#Minitest::Reporters.use!( Minitest::Reporters::MeanTimeReporter.new)
|
||||
|
||||
guard :minitest , all_on_start: false do # with Minitest::Unit
|
||||
guard :minitest ,:cli => "--profile", all_on_start: false do # with Minitest::Unit
|
||||
|
||||
# if any test file changes, run that test
|
||||
watch(%r{^test/(.*)\/?test_(.*)\.rb$})
|
||||
|
Reference in New Issue
Block a user