Skip to content

Commit

Permalink
build: output dots in "Build from tarball" action
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
targos committed Jun 6, 2020
1 parent 3ac50e1 commit e0586d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Test
run: |
cd $TAR_DIR
make run-ci -j2 V=1
make run-ci -j2 V=1 TEST_CI_ARGS="-p dots"
test-tarball-windows:
needs: build-tarball
runs-on: windows-latest
Expand Down Expand Up @@ -138,4 +138,4 @@ jobs:
- name: Test
run: |
cd $TAR_DIR
make run-ci -j8 V=1
make run-ci -j8 V=1 TEST_CI_ARGS="-p dots"

0 comments on commit e0586d0

Please sign in to comment.