You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unit and integration tests require additional software like Python or Deno to be available. #601 is an example of such an requirement. In the CI, we can easily install those dependencies, but for contributors it's more cumbersome.
This proposal is about creating a Docker image called runme-test-env which contains all dependencies and is capable of running unit and integration tests in isolation.
The text was updated successfully, but these errors were encountered:
This change adds a new GHA workflow that runs tests in a Docker
container. It appears as a new check but it's not required, for now.
Other changes:
* GoReleaser update
* Docker image release in GoReleaser config
* Moving of tests setup from Makefile entirely to Go
Closes#605
Unit and integration tests require additional software like Python or Deno to be available. #601 is an example of such an requirement. In the CI, we can easily install those dependencies, but for contributors it's more cumbersome.
This proposal is about creating a Docker image called
runme-test-env
which contains all dependencies and is capable of running unit and integration tests in isolation.The text was updated successfully, but these errors were encountered: