mirror of
https://github.com/UneBaguette/blake3.wasm.git
synced 2026-08-25 00:00:25 +02:00
fix: gate wasm_tests on test cfg
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(target_arch = "wasm32")]
|
#[cfg(all(target_arch = "wasm32", test))]
|
||||||
mod wasm_tests {
|
mod wasm_tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
use wasm_bindgen_test::*;
|
use wasm_bindgen_test::*;
|
||||||
|
|||||||
Reference in New Issue
Block a user