Update Makefile

This commit is contained in:
Connor 2020-04-23 11:51:56 +08:00
parent e9462775d3
commit a4998e0309

View File

@ -41,7 +41,7 @@ kv:
scheduler:
$(GOBUILD) -o bin/tinyscheduler-server scheduler/main.go
ci: default test
ci: default
@echo "Checking formatting"
@test -z "$$(gofmt -s -l $$(find . -name '*.go' -type f -print) | tee /dev/stderr)"
@echo "Running Go vet"
@ -93,4 +93,4 @@ project4b:
go test -count=1 ./kv/transaction/... -run 4B
project4c:
go test -count=1 ./kv/transaction/... -run 4C
go test -count=1 ./kv/transaction/... -run 4C