mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
Skip disabled
This commit is contained in:
parent
6eb82936e2
commit
1411da08b9
1 changed files with 2 additions and 0 deletions
2
Rakefile
2
Rakefile
|
@ -7,6 +7,8 @@ require "execjs/runtimes"
|
|||
|
||||
tests = namespace :test do |tests|
|
||||
ExecJS::Runtimes.names.each do |name|
|
||||
next if name == :Disabled
|
||||
|
||||
task(name.downcase) do
|
||||
ENV["EXECJS_RUNTIME"] = name.to_s
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue