Skip to content

Commit

Permalink
chore: re-enable python/ruby selftests
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed May 2, 2024
1 parent 1cb3799 commit 9d72e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/src/main/kotlin/elide/tool/engine/EngineTests.kt
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ abstract class LanguageCondition (
}

class JsEngineCondition: LanguageCondition("js")
class PythonEngineCondition: LanguageCondition("python", disabledByDefault = true)
class RubyEngineCondition: LanguageCondition("ruby", disabledByDefault = true)
class PythonEngineCondition: LanguageCondition("python")
class RubyEngineCondition: LanguageCondition("ruby")
class JvmEngineCondition: LanguageCondition("java")
class WasmEngineCondition: LanguageCondition("wasm")

Expand Down

0 comments on commit 9d72e72

Please sign in to comment.