Axelrod icon indicating copy to clipboard operation
Axelrod copied to clipboard

Add CI run for OSX

Open drvinceknight opened this issue 5 years ago • 0 comments
trafficstars

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.

drvinceknight avatar Apr 08 '20 14:04 drvinceknight