Skip to content

Commit a2d2c3c

Browse files
julienrbrtPantani
andauthored
Revert "chore: add -race -failfast flags to the CI integration tests (#4057)" (#4060)
This reverts commit ae8fc1f. Co-authored-by: Danilo Pantani <[email protected]>
1 parent fe928a0 commit a2d2c3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/test-coverage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e -x
33

4-
go test -race -coverprofile=coverage.txt -covermode=atomic -coverpkg=./... $(go list github.com/ignite/cli/v29/ignite/...)
4+
go test -coverprofile=coverage.txt -covermode=atomic -coverpkg=./... $(go list github.com/ignite/cli/v29/ignite/...)
55

66
# append "||true" to grep so if no match the return code stays 0
77
excludelist="$(find ./ -type f -name '*.go' | xargs grep -l 'DONTCOVER' || true)"

scripts/test-integration

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
go test -race -failfast -v -timeout 120m github.com/ignite/cli/v29/integration/...
3+
go test -v -timeout 120m github.com/ignite/cli/v29/integration/...

scripts/test-unit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
go test -race -v github.com/ignite/cli/v29/ignite/...
3+
go test -v github.com/ignite/cli/v29/ignite/...

0 commit comments

Comments
 (0)