Skip to content

Commit

Permalink
add +nobuild flags to all relevant test cases (#8934)
Browse files Browse the repository at this point in the history
Closes: #8923
  • Loading branch information
Alessio Treglia authored Mar 19, 2021
1 parent 641b13e commit 7b09f95
Show file tree
Hide file tree
Showing 4 changed files with 8 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
2 changes: 2 additions & 0 deletions x/authz/client/cli/tx_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/authz/client/rest/grpc_query_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 7b09f95

Please sign in to comment.