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 <targos@protonmail.com>

PR-URL: #33696
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • 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
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.