-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Draft] Add JSON Schema Test Suite to CI #105
base: main
Are you sure you want to change the base?
Conversation
@mmoskal ping for visibility |
You could just add it to the test-guidance.sh script (which we probably want to rename to build-and-test.sh or testall.sh or something). This way there is just one script to run to check if things still work locally. I guess running this suite takes a few seconds at most? |
Sounds good, and yeah it's under a second :) |
First attempt at getting the test suite running in CI. I don't really know how to effectively use github CI, so this is a bit of an experiment.
Note that this steals some code from a few existing scripts (namely
sample_parser/src/json_schema_testsuite.rs
).TODOS: