Added CI in Makefile

This commit is contained in:
Berger Eugene 2023-11-15 00:12:51 +02:00
parent bf18ad398b
commit fe7bfae291

View File

@ -21,6 +21,11 @@ endif
buildrun: build run
setup:
go mod tidy
ci: setup build testrace
swag:
~/go/bin/swag init --dir src --output src/docs --parseDependency --parseInternal --parseDepth 1