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

fix: make conditional compilation of tests depend on var content #311

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

twuebi
Copy link
Contributor

@twuebi twuebi commented Aug 29, 2024

currently, we have failures in CI for non-maintainer PRs (#309), this is due to needs_env_var checking for absence / presence of an env while github actions ends up mounting an empty secret for non-maintainer PRs. This PR moves us from crates.io needs_env_var to a fork.

There's a PR at needs_env_var to upstream the matching logic: HerrMuellerluedenscheid/needs_env_var#2

@twuebi twuebi requested a review from c-thiel August 29, 2024 13:12
c-thiel
c-thiel previously approved these changes Aug 29, 2024
@twuebi twuebi merged commit 79036db into main Aug 29, 2024
17 checks passed
@twuebi twuebi deleted the tp/needs-env-var branch August 29, 2024 14:07
@c-thiel c-thiel mentioned this pull request Aug 27, 2024
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.

2 participants