mirror of
https://github.com/talent-plan/tinykv.git
synced 2025-01-13 22:00:07 +08:00
Update Makefile
This commit is contained in:
parent
e9462775d3
commit
a4998e0309
4
Makefile
4
Makefile
@ -41,7 +41,7 @@ kv:
|
|||||||
scheduler:
|
scheduler:
|
||||||
$(GOBUILD) -o bin/tinyscheduler-server scheduler/main.go
|
$(GOBUILD) -o bin/tinyscheduler-server scheduler/main.go
|
||||||
|
|
||||||
ci: default test
|
ci: default
|
||||||
@echo "Checking formatting"
|
@echo "Checking formatting"
|
||||||
@test -z "$$(gofmt -s -l $$(find . -name '*.go' -type f -print) | tee /dev/stderr)"
|
@test -z "$$(gofmt -s -l $$(find . -name '*.go' -type f -print) | tee /dev/stderr)"
|
||||||
@echo "Running Go vet"
|
@echo "Running Go vet"
|
||||||
@ -93,4 +93,4 @@ project4b:
|
|||||||
go test -count=1 ./kv/transaction/... -run 4B
|
go test -count=1 ./kv/transaction/... -run 4B
|
||||||
|
|
||||||
project4c:
|
project4c:
|
||||||
go test -count=1 ./kv/transaction/... -run 4C
|
go test -count=1 ./kv/transaction/... -run 4C
|
||||||
|
Loading…
Reference in New Issue
Block a user