We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, test-race github action is disabled.
# TODO: disable test-race. please enable this after fixing concurrent checkTx # test-cosmovisor: # runs-on: ubuntu-latest # steps: # - uses: actions/checkout@v2 # - uses: actions/[email protected] # with: # go-version: 1.15 # - name: Display go version # run: go version # - uses: technote-space/get-diff-action@v4 # id: git_diff # with: # PREFIX_FILTER: | # cosmovisor # PATTERNS: | # **/**.go # go.mod # go.sum # - name: Run cosmovisor tests # run: cd cosmovisor; make # if: env.GIT_DIFF
Enable this.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Summary of Bug
Currently, test-race github action is disabled.
Enable this.
Version
Steps to Reproduce
For Admin Use
The text was updated successfully, but these errors were encountered: