-
-
Notifications
You must be signed in to change notification settings - Fork 7
Move GitHub actions to Linux #6
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Activity
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
According to About billing for GitHub Actions the macOS minute costs 10 units. Given that a single build + tests take 6 min this is 60 units for a single check. This gives us 33 runs per month.
With
PyTests(tests written in Python) +PyTestsin release mode we will easily push above 10 min (100 units per run -> 20 runs per month).On linux single minute costs 1 unit -> 333 runs (or 200 with
PyTests).Additional benefits: