mozilla-vpn-client
mozilla-vpn-client copied to clipboard
Cache Wireguard-NT for windows unit tests
Description
The Windows unit tests have been extremely brittle lately, and they frequently fail to download the Wireguard NT driver. Let's see if we can stabilize this by using a cache to save this artifact between builds.
Reference
i.e Jira or Github issue URL
Checklist
- [ ] My code follows the style guidelines for this project
- [ ] I have not added any packages that contain high risk or unknown licenses (GPL, LGPL, MPL, etc. consult with DevOps if in question)
- [ ] I have performed a self review of my own code
- [ ] I have commented my code PARTICULARLY in hard to understand areas
- [ ] I have added thorough tests where needed