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