Skip to content

Commit 1ac447f

Browse files
authored
Run go test with the -race flag by default (#216)
1 parent 54df7ba commit 1ac447f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

harness/config/commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ command('go test'):
6666
COMPOSE_PROJECT_NAME: = @('namespace')
6767
exec: |
6868
#!bash(workspace:/)|@
69-
.my127ws/harness/scripts/docker/compose-exec.sh go test ./...
69+
.my127ws/harness/scripts/docker/compose-exec.sh go test -race ./...
7070
7171
command('go vet'):
7272
env:

0 commit comments

Comments
 (0)