Add create post endpoint and check target to the makefile
This commit is contained in:
parent
08ab312f92
commit
3067beb96c
12 changed files with 280 additions and 5 deletions
4
Makefile
4
Makefile
|
@ -7,6 +7,10 @@ mod:
|
|||
cd server && go mod vendor
|
||||
cd server && go mod tidy
|
||||
|
||||
.PHONY: check
|
||||
check:
|
||||
cd server && golangci-lint run ./...
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
cd server && go test -v -race -count 1 ./...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue