summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4b0ca2c..5c2a8f1 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,9 @@ test_ruby:
test_golang:
go test ./...
+test_golang_race:
+ go test -race ./...
+
setup: _install bin/gitlab-shell
_install: