-
Notifications
You must be signed in to change notification settings - Fork 131
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
Allow building integration tests without running them #69
Comments
Is it possible to do |
Good question! I think it should be possible, just a |
Hmmm let me try it! |
@nrc If we still require |
Signed-off-by: Ana Hobden <operator@hoverbear.org>
moving discussion to #68 since I'm finding it difficult to flick between tabs :-) |
integration-tests
feature?
As an alternative, we could check for the
PD_ADDR
env var and pass the test if it is not present (or ignore it if it is not present at compile time?).My reasoning is that when working on the library, it is nice to check that the integration tests still compile, even if we don't run them. Given we don't run them by default today, I don't think passing by default will give a false sense of security.
@Hoverbear what do you think?
The text was updated successfully, but these errors were encountered: