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

Avoid running tests against non-test projects #541

Merged
merged 1 commit into from Mar 8, 2024

Conversation

dfederm
Copy link
Member

@dfederm dfederm commented Mar 8, 2024

Without this, a global package reference both:
a) Attempts to run tests against dev projects, which can take ~500ms anecdotally, only to nop
b) Attempts to run tests against traversal projects, which don't actually produce an output, which hard fails when it can't find "dirs.dll"

@dfederm dfederm enabled auto-merge (squash) March 8, 2024 00:31
@dfederm dfederm merged commit 363532d into main Mar 8, 2024
5 checks passed
@dfederm dfederm deleted the avoid-nontest-projects branch March 8, 2024 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants