mirror of
https://github.com/kemko/liquid.git
synced 2026-01-07 02:35:40 +03:00
Run tests with latest liquid/c gem
This commit is contained in:
committed by
Florian Weingarten
parent
7b4398d0c4
commit
e2323332cd
@@ -15,6 +15,11 @@ if env_mode = ENV['LIQUID_PARSER_MODE']
|
||||
end
|
||||
Liquid::Template.error_mode = mode
|
||||
|
||||
if ENV['LIQUID-C'] == '1'
|
||||
puts "-- LIQUID C"
|
||||
require 'liquid/c'
|
||||
end
|
||||
|
||||
if Minitest.const_defined?('Test')
|
||||
# We're on Minitest 5+. Nothing to do here.
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user