con / duct

A helper to run a command, capture stdout/stderr and details about running
MIT License
1 stars 1 forks source link

Set `fail-fast` in `test.yml` back to `false` #91

Closed jwodder closed 2 weeks ago

jwodder commented 2 weeks ago

fail-fast in test.yml was set to true in 213eabd in #14. The commit message states that the change was temporary, yet this part was not reverted in bec8c95. This PR sets fail-fast back to false so that PR authors will properly be informed if more than one test job fails.

jwodder commented 2 weeks ago

@asmacdo Ping. This would be really useful for debugging #90.