Skip to content

Commit

Permalink
disable race detector until cosmos fixed it
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Nov 27, 2024
1 parent 85b2830 commit 88a7948
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
make build
- name: test & coverage report creation
run: |
go test ./... -mod=readonly -timeout 12m -race -coverprofile=coverage.txt -covermode=atomic -tags='ledger test_ledger_mock'
# temporary disable -race flag until this issue fixed:
# - https://github.com/cosmos/cosmos-sdk/issues/22650
go test ./... -mod=readonly -timeout 12m -coverprofile=coverage.txt -covermode=atomic -tags='ledger test_ledger_mock'
if: env.GIT_DIFF
env:
GIT_DIFF: ${{ env.GIT_DIFF }}
Expand Down

0 comments on commit 88a7948

Please sign in to comment.