Currently, our CI workflow is very redundant and it makes it harder for us to edit/update/add jobs. Ideally, we want to use a matrix to set up the redundant CI commands.
In addition to that our tests are dependent on various services so it might be better to use our build commands instead of cargo actions. (not really sure about this)
Currently, our CI workflow is very redundant and it makes it harder for us to edit/update/add jobs. Ideally, we want to use a matrix to set up the redundant CI commands.
In addition to that our tests are dependent on various services so it might be better to use our build commands instead of cargo actions. (not really sure about this)