mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 02:10:41 -07:00
Almost all tests passing, except profiler
This commit is contained in:
@@ -53,6 +53,21 @@ task :test do
|
||||
Rake::Task['integration_test'].reenable
|
||||
Rake::Task['integration_test'].invoke
|
||||
end
|
||||
|
||||
if RUBY_ENGINE == 'ruby'
|
||||
Rake::Task['test_compile'].invoke
|
||||
end
|
||||
end
|
||||
|
||||
task :test_compile do
|
||||
ENV['LIQUID_COMPILE'] = '1'
|
||||
ENV['LIQUID_PARSER_MODE'] = 'lax'
|
||||
Rake::Task['integration_test'].reenable
|
||||
Rake::Task['integration_test'].invoke
|
||||
|
||||
ENV['LIQUID_PARSER_MODE'] = 'strict'
|
||||
Rake::Task['integration_test'].reenable
|
||||
Rake::Task['integration_test'].invoke
|
||||
end
|
||||
|
||||
task(gem: :build)
|
||||
|
||||
Reference in New Issue
Block a user