Adding in a GitHub Action to run a subset of tests. Running all of the gbxml as-is using Actions VMs takes over 6 hours and times out. I will try and use the all cores on a CI machine and setup another Action job to run all tests on pushes to master branch. This current set of tests (~11 gbxml) run in about 5 min so this will provide faster feedback for PRs.
resolves #112
Adding in a GitHub Action to run a subset of tests. Running all of the gbxml as-is using Actions VMs takes over 6 hours and times out. I will try and use the all cores on a CI machine and setup another Action job to run all tests on pushes to master branch. This current set of tests (~11 gbxml) run in about 5 min so this will provide faster feedback for PRs.