From c60edf4771850258e34747ebf86880ddad60809d Mon Sep 17 00:00:00 2001 From: remicorniere Date: Thu, 28 Nov 2019 17:40:19 +0100 Subject: [PATCH] Added "-race" flag to tests run command Kind of testing edits on someone else's PR too --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0e45eaa..538f9c7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -24,4 +24,4 @@ jobs: id: go - uses: actions/checkout@v1 - name: Run tests - run: go test ./... + run: go test ./... -race