Skip to content

Commit

Permalink
tools/bin: restore -p 3 to CI core tests (#7184)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 authored Aug 8, 2022
1 parent e57ae37 commit d9a983f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bin/go_core_tests
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set +e
echo "Failed tests and panics: ---------------------"
echo ""
GO_LDFLAGS=$(bash tools/bin/ldflags)
go test -ldflags "$GO_LDFLAGS" -tags integration -coverprofile=coverage.txt -covermode=atomic ./... | tee ./output.txt | grep --line-buffered --line-number -e "\-\-\- FAIL" -e "FAIL\s"
go test -ldflags "$GO_LDFLAGS" -tags integration -p 3 -coverprofile=coverage.txt -covermode=atomic ./... | tee ./output.txt | grep --line-buffered --line-number -e "\-\-\- FAIL" -e "FAIL\s"
EXITCODE=${PIPESTATUS[0]}
echo ""
echo "----------------------------------------------"
Expand Down

0 comments on commit d9a983f

Please sign in to comment.