Skip to content

Commit

Permalink
add +nobuild flags to all relevant test cases (bp #8934) (#8938)
Browse files Browse the repository at this point in the history
Closes: #8923
(cherry picked from commit 7b09f95)
Co-authored-by: Alessio Treglia <alessio@tendermint.com>
  • Loading branch information
mergify[bot] and Alessio Treglia authored Mar 19, 2021
1 parent c111c3e commit c57f4cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x/auth/client/cli/cli_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build norace

package cli_test

import (
Expand Down
2 changes: 2 additions & 0 deletions x/auth/client/rest/rest_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build norace

package rest_test

import (
Expand Down

0 comments on commit c57f4cb

Please sign in to comment.