binpash / try

Inspect a command's effects before modifying your live system
MIT License
5.17k stars 64 forks source link

fix(ci): disable fail fast #132

Closed ezrizhu closed 8 months ago

ezrizhu commented 8 months ago

Currently when one of the vagrant tests fail, all other tests will exit. Due to #128, vagrant builds are now failing randomly. This PR allows the rest of the tests to be completed even when one fails. We can later re-run the failed test.