Skip to content

Commit

Permalink
Enable go race test
Browse files Browse the repository at this point in the history
  • Loading branch information
njegosrailic committed Jul 19, 2024
1 parent 5b41615 commit 9d4762f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
actions: read
steps:
- name: ci-test
uses: smartcontractkit/.github/actions/ci-test-go@5b1046c28343660ecb84844c6fa95a66d1cdb52e # [email protected]
uses: smartcontractkit/.github/actions/ci-test-go@nrailic-go-race-test
with:
# grafana inputs
metrics-job-name: ci-test
Expand All @@ -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]
Expand Down

0 comments on commit 9d4762f

Please sign in to comment.