mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-24 04:34:50 +02:00
ci: add run-local-instance
target to Makefile
(#3663)
This commit is contained in:
parent
68f9671a22
commit
472174b744
3 changed files with 24 additions and 0 deletions
|
@ -78,6 +78,10 @@ We use `make` to run commands.
|
|||
|
||||
When writing tests, ensure that parallel set tests still pass when run in parallel. You need to account for other tests running in parallel that may interfere with your own tests logic.
|
||||
|
||||
!!! tip
|
||||
|
||||
You may use `make run-local-instance` to run a version of the image built locally to test and edit your changes in a running DMS instance.
|
||||
|
||||
### An Example
|
||||
|
||||
In this example, you've made a change to the Rspamd feature support (_or adjusted it's tests_). First verify no regressions have been introduced by running it's specific test file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue