Skip to content

Commit cea3279

Browse files
committed
test_all should also run test_test
1 parent 012b434 commit cea3279

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
@@ -54,4 +54,4 @@ task test: 'test_console' do
5454
warn '`rake test` doesn\'t run protocol tests. Use `rake test_all` to test all.'
5555
end
5656

57-
task test_all: [:test_console, :test_protocol]
57+
task test_all: [:test_test, :test_console, :test_protocol]

0 commit comments

Comments
 (0)