Re-enable index-basics-workers test to see if still times
[chromium-blink-merge.git] / tools / cc-frame-viewer / third_party / gl-matrix / tasks / test / ci.rake
blob7d0b4725a9641204895438cd0428103480621d3e
1 namespace :test do
2   desc "Run continuous integration tests"
3   RSpec::Core::RakeTask.new('ci' => :build) do |t|
4     t.rspec_opts = ["--colour", "--format", ENV['JASMINE_SPEC_FORMAT'] || "progress"]
5     t.verbose = true
6     t.rspec_opts += ["-r #{base_path.join('tasks/support/gl-matrix')}"]
7     t.pattern = [Jasmine.runner_filepath]
8   end
9 end