diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2bef742e4..f81d7cbfd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,4 +34,4 @@ jobs: uses: actions/checkout@v2 - name: Test - run: go test -timeout 1h -v ./... + run: go test -v -race -timeout 1h ./... \ No newline at end of file