rename runtime → wasm-runtime
build / build (push) Successful in 29s

This commit is contained in:
2026-08-24 02:12:04 -06:00
parent bf2fc08ec4
commit 030b36cd98
10 changed files with 13 additions and 11 deletions
+2 -2
View File
@@ -50,8 +50,8 @@ maybeBroken name broken = applyWhen (name `elem` broken) expectFail
wasmTests :: List FilePath -> IO TestTree
wasmTests files = do
cmd <- getEnvDefault "GYEHOEK_RUNTIME"
"runtime/target/debug/gyehoek-runtime"
cmd <- getEnvDefault "GYEHOEK_WASM_RUNTIME"
"runtime/target/debug/gyehoek-wasm-runtime"
pure $ testGroup "wasm" $ files <&> \test ->
let testname = takeFileName test
scmfile = test </> "source.scm"