-
Notifications
You must be signed in to change notification settings - Fork 9
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
suggest a build option for slow tests #266
Labels
build
Building software is complicated!
Comments
I suggest the ones that take longer than a minute be categorized a slow tests... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are some slow tests in ip. I suggest you add an option (RUN_SLOW_TESTS or something like that), and only run the tests when that option is ON, and have it OFF by default.
Then make sure the slow tests are turned on in at least one CI workflow.
That will make build+test faster for spack-based builds. Also long test times discourage users from running the tests after building.
The text was updated successfully, but these errors were encountered: