filter out test folders in nix build

This commit is contained in:
John Murray 2023-11-28 23:07:25 -05:00
parent 2c8c1e0ced
commit 3fed1ba129
No known key found for this signature in database
2 changed files with 35 additions and 14 deletions

View file

@ -1,6 +1,5 @@
mod frame;
mod instance;
mod tests;
mod value_store;
pub mod wasi;