-
Notifications
You must be signed in to change notification settings - Fork 18
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
Failed tests aren't showing in MacOS Sonoma #421
Comments
same |
So far it seems this issue is related to a dependency |
Running into the same issue here |
Was anyone able to find a workaround to this? It's hard to check whether there are regressions if we can't trust the tests to fail. |
You can try the docker solution as a workaround https://thegraph.com/docs/en/developing/unit-testing-framework/#docker |
Thank you! |
Same error here. |
same here :( |
Same, same. Running test in Docker helped. |
For some strange reason, and only on MacOS Sonoma, when a test fails, it looks like the rest of the tests are aborted and no error is showing.
For example in a series of 10 test, if there a failure in the 5th test, only 4 tests are showing as passed and there is no indication that there was a failure.
This is with Matchstick 0.6.0.
Node 18 or 20 makes no difference.
The text was updated successfully, but these errors were encountered: