Skip to content

Commit

Permalink
RE-2822: Enable go race test ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
njegosrailic authored and chudilka1 committed Jul 25, 2024
1 parent 5b41615 commit a79b5f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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 # ci-test-go@0.1.2
uses: smartcontractkit/.github/actions/ci-test-go@a15f84fcc168830a5341c7f08592eed85bb34913 # ci-test-go@0.3.1
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 All @@ -115,6 +116,7 @@ jobs:
with:
# grafana inputs
metrics-job-name: ci-sonarqube
include-lint: "true"
gc-basic-auth: ${{ secrets.GRAFANA_INTERNAL_BASIC_AUTH }}
gc-host: ${{ secrets.GRAFANA_INTERNAL_HOST }}
gc-org-id: ${{ secrets.GRAFANA_INTERNAL_TENANT_ID }}
Expand Down

0 comments on commit a79b5f0

Please sign in to comment.