feat: runtime

This commit is contained in:
Orion Kindel
2023-04-08 22:54:04 -07:00
parent 7eef137bcd
commit b400124096
9 changed files with 139 additions and 48 deletions

View File

@@ -52,9 +52,9 @@ lazy val root = project
},
cargoBuild := {
println(Seq("sh", "-c", "cd glue; cargo rustc -- -Awarnings") !!)
println(
Seq("sh", "-c", "cd glue; cargo test --quiet") !!
) // very important: test suite validates interfaces
//println(
// Seq("sh", "-c", "cd glue; RUST_BACKTRACE=full cargo test --quiet --features e2e") !!
//) // very important: test suite validates interfaces
},
fullBuild := {
cargoBuild.value