-
Notifications
You must be signed in to change notification settings - Fork 64
Add fresh flag to suggested cmake commands for testing #699
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
base: develop
Are you sure you want to change the base?
Conversation
climbfuji
left a comment
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.
Should we also make this change in .github/{workflows,actions}/* ?
|
@DomHeinzeller good call - can't hurt. done! |
gold2718
left a comment
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.
This looks good but the change should also be added to #691.
|
@climbfuji I bet @gold2718 means that we should add the flag to the README in the new nested suites test (which doesn't exist on develop yet) |
Got it, thanks. I added it as a suggestion so that we can add it before merging and don't forget. |
Adds
--freshflag to example cmake commands; tests don't otherwise pick up changes without a clean build directory.