hash test

This commit is contained in:
valitovgaziz
2024-08-15 08:25:49 +05:00
parent e135055dab
commit 9da6db076b
3 changed files with 29 additions and 0 deletions
+6
View File
@@ -7,4 +7,10 @@ run: build
clean:
@docker builder prune
test:
@go test ./api/src/auth/... -v
tc:
@go test -cover
.DEFAULT_GOAL=run