Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split between unit and regression tests #88

Open
maxnoe opened this issue Mar 19, 2020 · 1 comment
Open

Split between unit and regression tests #88

maxnoe opened this issue Mar 19, 2020 · 1 comment
Labels

Comments

@maxnoe
Copy link
Member

maxnoe commented Mar 19, 2020

To make running the tests faster and easier to see breakage,
we should split the test suite between short running unit tests and long runnnig physics results regression tests.

For this, we could also use travis staged builds. So that e.g. the regression tests are only run after the unit tests were successful.

@maxnoe
Copy link
Member Author

maxnoe commented Mar 19, 2020

See https://docs.travis-ci.com/user/build-stages/ with that exact example (unit vs. integration tests)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants