Keep in-progress jobs once a test fails in Actions (#324)
* Keep in-progress jobs once a test fails in Actions By default, GitHub cancels all in-progress jobs if any `matrix` jobs fail in Actions. This PR will change the default to let all tests running in case one of them fails. * Update unittest.yml * Update unittest.yml
Showing
Please register or sign in to comment