From f8899fc38213760009a79f86bd1b8712522a203c Mon Sep 17 00:00:00 2001 From: makeworld Date: Wed, 2 Sep 2020 09:29:50 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Use=20-race=20for=20testing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7935a21..9f8468e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ go: - "1.15" script: - - go test ./... + - go test -race ./... - go build env: