From d970cec8eb31b7a92c20c4f9172cf7acce4582a3 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 1 Jul 2014 10:04:23 -0700 Subject: [PATCH] Add testrace --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 073eb4b74..2f5d93a61 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,9 @@ libucl: vendor/libucl/$(LIBUCL_NAME) test: libucl go test $(TEST) $(TESTARGS) +testrace: libucl + go test -race $(TEST) $(TESTARGS) + updatedeps: go get -u -v ./...