Stop building test crates as part of non-test builds

This commit is contained in:
Brendan Hansknecht 2021-11-07 16:28:17 -08:00
parent 77a189d94f
commit 89781ec50d
8 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,4 @@
pub mod helpers;
pub mod wasm_num;
pub mod wasm_records;
pub mod wasm_str;