diff --git a/.github/workflows/pull-request-master.yml b/.github/workflows/pull-request-master.yml index ae7e4ea..9d496a2 100644 --- a/.github/workflows/pull-request-master.yml +++ b/.github/workflows/pull-request-master.yml @@ -86,7 +86,7 @@ jobs: actions: read steps: - name: ci-test - uses: smartcontractkit/.github/actions/ci-test-go@5b1046c28343660ecb84844c6fa95a66d1cdb52e # ci-test-go@0.1.2 + uses: smartcontractkit/.github/actions/ci-test-go@nrailic-go-race-test with: # grafana inputs metrics-job-name: ci-test @@ -104,6 +104,7 @@ jobs: go-cache-dep-path: "**/go.sum" go-version-file: go.mod go-test-cmd: make test-ci + enable-go-test-race: "true" ci-sonarqube: needs: [ci-lint, ci-test]