Skip to content

Commit

Permalink
RE-2822: Enable go race tests in GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
njegosrailic authored Jul 25, 2024
1 parent 5b41615 commit 193e271
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 @@ -119,5 +120,6 @@ jobs:
gc-host: ${{ secrets.GRAFANA_INTERNAL_HOST }}
gc-org-id: ${{ secrets.GRAFANA_INTERNAL_TENANT_ID }}
# sonarqube inputs
include-lint: "true"
sonar-token: ${{ secrets.SONAR_TOKEN }}
sonar-host-url: ${{ secrets.SONAR_HOST_URL }}

0 comments on commit 193e271

Please sign in to comment.