Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
all: enable race detection
Browse files Browse the repository at this point in the history
Change-Id: I4c1018048e34898aee4ec1c040395b6bc7eccd4c
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/2288
Reviewed-by: Marcel van Lohuizen <mpvl@google.com>
  • Loading branch information
mpvl committed Jun 18, 2019
1 parent 10556db commit ed0b689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
@@ -1,4 +1,4 @@
steps:
- name: golang:1.12
env: ['GO111MODULE=on']
args: ['go', 'test', './...']
args: ['go', 'test', './...', '-race' ]

0 comments on commit ed0b689

Please sign in to comment.