Add detailed release guide and update Makefile test command
- Introduced `RELEASE.md` with comprehensive steps for creating, automating, and troubleshooting EasyHAProxy releases. - Enhanced the Makefile `test` command to include verbosity in the pytest execution.
This commit is contained in:
parent
50ffb4fe16
commit
d3149637b4
2 changed files with 351 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -6,4 +6,4 @@ build:
|
|||
|
||||
.PHONY: test
|
||||
test:
|
||||
pytest tests/
|
||||
cd src/ && pytest tests/ -vv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue