Hugal31 / yara-rust

Rust bindings for VirusTotal/Yara
Apache License 2.0
73 stars 29 forks source link

Proc scanning test fails randomly on CI #79

Open Hugal31 opened 2 years ago

Hugal31 commented 2 years ago

The unit test rules::test::rules_scan_proc failed on a CI build with the configuration ubuntu-20.04,vendored,bindgen,nightly. I ran it again and it passed.

May be related to #25.

Hugal31 commented 1 year ago

Since the test often fails on Windows, I disabled it for now.