-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
yaml-testsuite implementation #39
Conversation
Is there anything I can do to get this merged? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this and apologies for the wait. Would you mind rebasing on top of latest main
and making sure everything still builds? Also, is it possible to enable testing of the spec on every CI run?
418be25
to
97f09be
Compare
Added the spec tests as a CI job, but assert crashes the testrunner so we can only really look at the overall pass/fail |
Exciting! I finally have some time to look into it and so will do my best to work with you on getting it merged in the coming days. Sorry for the wait! |
Resolves #16, supersedes #19
Adds yaml-testsuite as a submodule and enables generating and running the tests with the
-Denable-spec-tests
flagCurrently the testrunner misreports the number of passed testcases (related to ziglang/zig#1356)