rust-random / getrandom

A small cross-platform library for retrieving random data from (operating) system source
Apache License 2.0
264 stars 166 forks source link

Use VM to run tests #430

Open newpavlov opened 1 month ago

newpavlov commented 1 month ago

As noted here, right now we have a number of build-only CI jobs (e.g. for the BSD-like targets). It's probably worth to test some of those in virtual machines. https://github.com/vmactions could help with it.