mosdef-hub / foyer

A package for atom-typing as well as applying and disseminating forcefields
https://foyer.mosdef.org
MIT License
117 stars 76 forks source link

Turn off fail-fast #523

Closed daico007 closed 1 year ago

daico007 commented 1 year ago

PR Summary:

Right now, if what of the check failed, all the other unfinished checks will get canceled, which miss the point of testing on different OS. This PR turns that off. Similar to https://github.com/mosdef-hub/mbuild/pull/1067

PR Checklist


codecov[bot] commented 1 year ago

Codecov Report

Merging #523 (f1fde27) into main (9917eb8) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #523 +/- ## ======================================= Coverage 69.47% 69.47% ======================================= Files 15 15 Lines 1671 1671 ======================================= Hits 1161 1161 Misses 510 510 ```