-
Notifications
You must be signed in to change notification settings - Fork 71
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
Fix #182 and #236 #245
Fix #182 and #236 #245
Conversation
- Add global --run-tests/--no-run-tests/--run-tests-jobs to specify when we actually run tests (maybe less then what we build!) - Add steps configuration to constraint sets: - tests - run-tests - benchmarks - haddock - these are only booleans for now, if you need more control, make another constraint set!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow! I can't wait to try this out. You're a miracle-worker, @phadej.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just tried this out on some of my packages, and as far as I can tell, it works perfectly!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (aside from a minor quibble).
I also pushed (hopefully) a fix for #246, if you, @RyanGlScott, mind to check as you are testing this branch |
I just tried it out on |
Add global --run-tests/--no-run-tests/--run-tests-jobs to specify
when we actually run tests (maybe less then what we build!)
Add steps configuration to constraint sets:
another constraint set!
cc @RyanGlScott