shogo82148 / Redis-Fast

fast perl binding for Redis database
https://metacpan.org/release/Redis-Fast
Other
25 stars 21 forks source link

simplify the test workflow #108

Closed shogo82148 closed 3 years ago

shogo82148 commented 3 years ago

https://github.com/github/docs/blob/989646088ad0151063f18abb20c9b825572e186d/data/reusables/github-actions/usage-matrix-limits.md

https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstrategymatrix

A job matrix can generate a maximum of 256 jobs per workflow run. This limit also applies to self-hosted runners.

A matrix workflow can generate 256 jobs now. so we can merge test-ubuntu and test-macos into one job.