Skip to content

Commit

Permalink
ci: update testing output
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Nov 20, 2024
1 parent bd901a5 commit ccfd6d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tools:

test-packages:
go test $(GO_TEST_FLAGS) $$(go list ./... | grep -v -e /bin -e /cmd -e /examples) |\
tparse --follow -sort=elapsed
tparse --follow -sort=elapsed -trimpath=auto -all

test-packages-short:
go test -test.short $(GO_TEST_FLAGS) $$(go list ./... | grep -v -e /bin -e /cmd -e /examples) |\
Expand Down Expand Up @@ -96,7 +96,7 @@ test-starrocks: add-gowork
go test $(GO_TEST_FLAGS) ./internal/testing/integration -run='TestStarrocks' | tparse --follow -sort=elapsed

test-integration: add-gowork
go test $(GO_TEST_FLAGS) ./internal/testing/integration/... | tparse --follow -sort=elapsed
go test $(GO_TEST_FLAGS) ./internal/testing/integration/... | tparse --follow -sort=elapsed -trimpath=auto -all

#
# Docker-related targets
Expand Down

0 comments on commit ccfd6d7

Please sign in to comment.