Skip to content

Commit e6cf165

Browse files
committed
Update Rakefile to only run tests in "test/matrixeval" folder
1 parent 64ae2da commit e6cf165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require "rake/testtask"
66
Rake::TestTask.new(:test) do |t|
77
t.libs << "test"
88
t.libs << "lib"
9-
t.test_files = FileList["test/**/*_test.rb"]
9+
t.test_files = FileList["test/matrixeval/**/*_test.rb"]
1010
end
1111

1212
task default: :test

0 commit comments

Comments
 (0)