You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workaround: cargo nextest run → cargo test for Windows
The text was updated successfully, but these errors were encountered:
pan93412
changed the title
Internal Tracking:
Internal Tracking:GetProcAddress Windows API call fails when running multi-threaded tests
Jan 20, 2023
pan93412
changed the title
Internal Tracking:GetProcAddress Windows API call fails when running multi-threaded tests
Internal Tracking: GetProcAddress Windows API call fails when running multi-threaded tests
Jan 20, 2023
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)
cargo nextest run
→cargo test
for WindowsThe text was updated successfully, but these errors were encountered: