danielparks / puppet-rustup

Puppet module to manage Rust with rustup
https://forge.puppet.com/modules/dp/rustup/readme
Other
0 stars 0 forks source link

Various CI improvements #76

Closed danielparks closed 1 year ago

danielparks commented 1 year ago

This improves validation slightly, and updates acceptance tests to run on both Puppet 7 and Puppet 8.

danielparks commented 1 year ago

Found a bug with the new tests! Added Puppet 8 fix: Use stdlib::shell_escape(). to fix it.