diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ test_ruby: test_golang: go test ./... +test_golang_race: + go test -race ./... + setup: _install bin/gitlab-shell _install: |