Skip to content
New issue

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

Enable test-race #318

Closed
4 tasks
egonspace opened this issue Sep 7, 2021 · 0 comments · Fixed by #326
Closed
4 tasks

Enable test-race #318

egonspace opened this issue Sep 7, 2021 · 0 comments · Fixed by #326

Comments

@egonspace
Copy link

Summary of Bug

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.

Version

Steps to Reproduce


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant