Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ task :test => :compile
Rake::TestTask.new do |t|
t.test_files = FileList["test/**/test_*.rb"]
t.warning = true
t.ruby_opts = ["-W:no-experimental"]
end

desc 'Run tests for fips'
Expand All @@ -30,6 +31,7 @@ Rake::TestTask.new(:test_fips_internal) do |t|
'test/openssl/test_ts.rb',
]
t.warning = true
t.ruby_opts = ["-W:no-experimental"]
end

RDoc::Task.new do |rdoc|
Expand Down
Loading