Add "test" target in makefile

This commit is contained in:
2026-03-04 17:37:51 +01:00
parent bc6ad41f06
commit e933219b94

View File

@@ -1,3 +1,7 @@
release:
cd front && npm run build && cd ..
go build -tags=embed
test:
cd internal/apitest && go test && cd -
cd internal/inventaire && go test && cd -