OpenMDAO / mphys

Multiphysics with OpenMDAO
Other
48 stars 31 forks source link

Use Continious Integration (CI) tool to automatically run tests on PRs and commits. #34

Closed joanibal closed 2 years ago

joanibal commented 4 years ago

To ensure functionality of the code doesn't silently break, we should be using CI. This is especially import for projects with many collaborators as it is unlikely that one person will understand how their change will affect each of the features added by others.

I suggest Travis CI because it has been used successfully by the MDOLab and the OpenMDAO dev-team.

kejacobson commented 2 years ago

Enabled in #70 using github actions.