boraarslan / mapper-influence

0 stars 0 forks source link

CI rewrite with matrix implementation #93

Closed 112batuhan closed 1 year ago

112batuhan commented 1 year ago

I bundled all jobs except deny into one job with matrix implementation. Deny has a different structure so I left it out. I didn't want to complicate the main matrix job with logic flows for just one odd job. for #86

This approach reduces fine tuning that was present for some of the jobs. I especially tried hard to separate the fmt requirements from other jobs with control flows but they are very limited. In the end I decided to leave it as is, as there are no visible performance hit.

112batuhan commented 1 year ago

https://github.com/boraarslan/mapper-influence/actions/runs/4764491666