Re-add miri ignore flag to things that load WASM to prevent my build agents from dying.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2022-09-17 12:11:09 +02:00
parent a4fd112a07
commit 39497891e9
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ fn get_library() -> Arc<DynamicLibrary> {
}
#[test]
#[cfg_attr(miri, ignore)]
fn validate_library_load() {
let start_time = chrono::Utc::now();
library_loader::load_library();