From: #45
CI for windows is failing due to new tests cases in gts-macros-cli/src/main.rs. In save_schema, the function tries to save a schema to a file, with the file name being: {schema_id}.schema.json. From what I can tell, the problem is that, schema_id can have characters like ~ or : which are not valid characters for windows files.
Will remove the failing test case for now.
Need to investigate and fix
From: #45
Need to investigate and fix