Axelrod-Python/Axelrod

Add CI run for OSX

drvinceknight opened this issue · 0 comments

Now that we've moved to GitHub actions it's relatively easy to include a specific test for OSX. This requires modifying https://github.com/Axelrod-Python/Axelrod/blob/master/.github/workflows/config.yml#L12 so that:

        os: [ubuntu-latest, windows-latest]

becomes

        os: [ubuntu-latest, macOS-latest, windows-latest]

I tried this briefly on one of the tests seemed to hang on OSX. I suspect it was a hypothesis test but this would need to be investigated.