Skip to content

Commit 1355d35

Browse files
targoscodebytere
authored andcommitted
build: output dots in "Build from tarball" action
Signed-off-by: Michaël Zasso <[email protected]> PR-URL: #33696 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent c3ac47c commit 1355d35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-tarball.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Test
6464
run: |
6565
cd $TAR_DIR
66-
make run-ci -j2 V=1
66+
make run-ci -j2 V=1 TEST_CI_ARGS="-p dots"
6767
test-tarball-windows:
6868
needs: build-tarball
6969
runs-on: windows-latest
@@ -138,4 +138,4 @@ jobs:
138138
- name: Test
139139
run: |
140140
cd $TAR_DIR
141-
make run-ci -j8 V=1
141+
make run-ci -j8 V=1 TEST_CI_ARGS="-p dots"

0 commit comments

Comments
 (0)