server-rust
server-rust copied to clipboard
Internal Tracking: GetProcAddress Windows API call fails when running multi-threaded tests
- Issue: https://github.com/napi-rs/napi-rs/issues/1405
- Found on: #274
- Workaround:
cargo nextest run→cargo testfor Windows
Hi, primary author of nextest here! You could potentially also look at turning on test groups to enable mutual exclusion: https://nexte.st/book/test-groups.html
(You can make it so that test groups are only enabled on Windows)