rake: speedup by doing local install
parent
6807e0bce0
commit
a19bb72b16
2
Rakefile
2
Rakefile
|
|
@ -4,7 +4,7 @@ require 'benchmark'
|
||||||
# require 'byebug'
|
# require 'byebug'
|
||||||
|
|
||||||
desc 'install + spec'
|
desc 'install + spec'
|
||||||
task default: [:install, :spec]
|
task default: ['install:local', :spec]
|
||||||
|
|
||||||
# Useful for hooking up with SublimeText.
|
# Useful for hooking up with SublimeText.
|
||||||
# e.g. rake sample[basic.rb]
|
# e.g. rake sample[basic.rb]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue