-
Notifications
You must be signed in to change notification settings - Fork 152
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
test-pr
workflow doesn't run tests on MacOS
#3669
Comments
Sounds like we need to:
It sounds like just running any test wouldn't have caught this problem, we need to run the whole test-suite. |
rv-jenkins
added a commit
that referenced
this issue
Sep 30, 2023
fixes: #3530 This branch was merged and then reverted because of an issue that didn't get caught earlier in CI. I have since pushed a fix for the issue and tested it to make sure that it will work. So, this should be good to go. But if we really want to be sure, then we can consider this PR blocked on #3669. --------- Co-authored-by: rv-jenkins <[email protected]>
I will start to take a look at dropping Homebrew packaging and instead only building K locally in the test CI. |
Currently blocked on disabling Z3 in type inference for good. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
test-pr
workflow currently only runs tests on Linux and Nix. Tests aren't ran on a MacOS system until therelease
workflow, which led to us not catching an issue with a PR for #3530 until after it was merged.The text was updated successfully, but these errors were encountered: