From a4998e03095fd48aa6528bce98264f49cd60898e Mon Sep 17 00:00:00 2001 From: Connor Date: Thu, 23 Apr 2020 11:51:56 +0800 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a1818151..f9aba6d4 100644 --- a/Makefile +++ b/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 \ No newline at end of file + go test -count=1 ./kv/transaction/... -run 4C