summaryrefslogtreecommitdiff
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* Start testing it out in CIparallelize_againlolwut2020-01-121-0/+1
|
* Disallow failuresDavid Rodríguez2020-01-071-1/+0
|
* Split test gem installation to a separate taskDavid Rodríguez2020-01-071-1/+1
| | | | | | | We run into a race condition when testing in parallel when all processors install test gems to their test folder (due to shared gem cache). So I figure we can instead run this setup sequentially beforehand.
* Run specs in parallel to speed things upDavid Rodríguez2020-01-071-1/+1
|
* Migrate Windows CI to Github actionsDavid Rodríguez2020-01-041-0/+34