commit 1c649756a3aacd00e15db6042a3af308e578d4a3 parent 9fccf6b0bdb508b5de1e8b0718ddfa6452db761e Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Fri, 25 Apr 2025 23:19:00 +0200 add make check target Diffstat:
| M | Makefile.in | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile.in b/Makefile.in @@ -30,4 +30,7 @@ format: ${GO} fmt ./cmd/taldir-cli/*.go ${GO} fmt ./pkg/rest/*.go +check: + ${GO} test ./cmd/taldir-server + .PHONY: all