Open sven-oly opened 1 month ago
Parallel processing doesn't seem to stop when exit(1) is called within a thread.
E.g., testing schemas now seems OK, but handling test data, test output, and verify files may not yet work.
The main thing here is to make sure that when JSON data does not validate against a schema, CI should fail.
Parallel processing doesn't seem to stop when exit(1) is called within a thread.
E.g., testing schemas now seems OK, but handling test data, test output, and verify files may not yet work.