* Update ci.yml
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com>
This commit is contained in:
morenol
2022-11-03 13:48:16 -05:00
parent ed9769f651
commit ba27dd2a55
2 changed files with 2 additions and 3 deletions
+2 -1
View File
@@ -107,6 +107,7 @@ mod test {
use std::fs;
use std::io::Read;
use std::path;
#[cfg(not(target_arch = "wasm32"))]
#[test]
fn test_temporary_text_file() {
let path_of_temporary_file;
@@ -126,7 +127,7 @@ mod test {
// should have been cleaned up.
assert!(!path::Path::new(&path_of_temporary_file).exists())
}
#[cfg(not(target_arch = "wasm32"))]
#[test]
fn test_string_to_file() {
let path_of_test_file = "test.file";