Skip to content

Commit

Permalink
Merge pull request #3676 from wasmerio/vfs-tempdir
Browse files Browse the repository at this point in the history
Switch `wasmer_vfs::host_fs` tests over to using temp directories
  • Loading branch information
Michael Bryan authored Mar 14, 2023
2 parents 734056e + 1c0bc56 commit d1d1a47
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 232 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/vfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pin-project-lite = "0.2.9"
indexmap = "1.9.2"

[dev-dependencies]
tempfile = "3.4.0"
tokio = { version = "1", features = [ "io-util", "rt" ], default_features = false }

[features]
Expand Down
Loading

0 comments on commit d1d1a47

Please sign in to comment.