This expands the Continuous Integration workflow that is applied to new pull requests and merges from just testing Julia 1.6 on linux-latest to running Julia 1.6 and 1.7 on both linux-latest and macosx-latest.
Fixes Issue #115
This also includes a change to the validation test for process_json_to_csv because wc -l on macos includes padding spaces that don't appear on linux.
This expands the Continuous Integration workflow that is applied to new pull requests and merges from just testing Julia 1.6 on linux-latest to running Julia 1.6 and 1.7 on both linux-latest and macosx-latest.
Fixes Issue #115
This also includes a change to the validation test for process_json_to_csv because
wc -l
on macos includes padding spaces that don't appear on linux.