diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 1aee0c75..6835e431 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -121,7 +121,7 @@ jobs: id: go - name: Test run: | - go test -v ./... + go test -race -v ./... e2e: name: e2e on HAProxy needs: ["go-test"]