test: i hate this

This commit is contained in:
Orion Kindel
2023-04-13 16:16:40 -05:00
parent c700a6c43c
commit f00dd85502
10 changed files with 516 additions and 37 deletions

View File

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