Skip to content

Commit 34f05ce

Browse files
committed
build: output dots instead of tap in GitHub actions
This makes the output much smaller and lets us focus on errors if there are any. PR-URL: #32714 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 18b5e04 commit 34f05ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- name: Build
2121
run: make build-ci -j2 V=1
2222
- name: Test
23-
run: make run-ci -j2 V=1
23+
run: make run-ci -j2 V=1 TEST_CI_ARGS="-p dots"

.github/workflows/test-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- name: Build
2121
run: make build-ci -j8 V=1
2222
- name: Test
23-
run: make run-ci -j8 V=1
23+
run: make run-ci -j8 V=1 TEST_CI_ARGS="-p dots"

0 commit comments

Comments
 (0)