Skip to content

Commit 7a62f14

Browse files
committed
Don't generate documentation on test
1 parent 4183517 commit 7a62f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/ruby/tests/test_package.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_install
2323
version = match_data[2]
2424
basename = "whisper.#{RbConfig::CONFIG["DLEXT"]}"
2525
Dir.mktmpdir do |dir|
26-
system "gem", "install", "--install-dir", dir.shellescape, "pkg/#{filename.shellescape}", exception: true
26+
system "gem", "install", "--install-dir", dir.shellescape, "--no-document", "pkg/#{filename.shellescape}", exception: true
2727
assert_path_exist File.join(dir, "gems/whispercpp-#{version}/lib", basename)
2828
end
2929
end

0 commit comments

Comments
 (0)