mirror of
https://github.com/talent-plan/tinykv.git
synced 2024-12-26 04:40:09 +08:00
Update Makefile
This commit is contained in:
parent
e9462775d3
commit
a4998e0309
4
Makefile
4
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user