Run rails tests with github actions matrix strategy
You can easily speedup tests runs by using matrix strategy with github actions. Create a script called for example ci_tests which generates for example the following JSON output: { "include": [ ...
All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.
You can easily speedup tests runs by using matrix strategy with github actions. Create a script called for example ci_tests which generates for example the following JSON output: { "include": [ ...