Makefile: document make db-tests

This commit is contained in:
Florian Schüller 2024-10-23 14:50:50 +02:00 committed by Florian Schüller
parent ece16307c6
commit bed22e1d9a

View file

@ -90,6 +90,7 @@ help:
@echo " clean: Remove all built binaries"
@echo " man: Generate all man-pages"
@echo " unit-tests: Run unit tests"
@echo " db-tests: Run postgres DB tests"
@echo " push-check: Replicates the github workflow checks as close as possible"
@echo " (do this before pushing!)"
@echo " lint: Runs linters as close as github workflow as possible"