feat: runtime
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user