Added tests to ensure SIGUSR1 and SIGUSR2 will toggle db lock

This commit is contained in:
2025-02-18 23:18:02 +11:00
parent 789d1e75a7
commit 46dd86cdae
4 changed files with 62 additions and 11 deletions

View File

@@ -23,6 +23,8 @@ test:
go mod tidy && \
templ generate && \
go generate && \
go test .
go test ./db
go test ./middleware
clean: