diff --git a/scripts/test b/scripts/test index 0b58dc1dd0..155a60c73a 100755 --- a/scripts/test +++ b/scripts/test @@ -1,4 +1,4 @@ #!/bin/bash set -e -x -go test -race $(go list github.com/ignite/cli/v28/ignite/...) \ No newline at end of file +go test $(go list github.com/ignite/cli/v28/ignite/...) \ No newline at end of file