Update Rakefile

Co-authored-by: Alok Swamy <[email protected]>
This commit is contained in:
Guilherme Carreiro
2025-10-27 16:33:31 +01:00
co-authored by Alok Swamy
parent 8d7bb9b6f8
commit 5a210fc8f6
+1 -1
View File
@@ -33,7 +33,7 @@ task :rubocop do
end
end
desc('runs test suite with all parsers (lax, strict, and rigid)')
desc('runs test suite with lax, strict, and rigid parsers')
task :test do
ENV['LIQUID_PARSER_MODE'] = 'lax'
Rake::Task['base_test'].invoke