Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build: output dots in "Build from tarball" action
Signed-off-by: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
targos committed Jun 2, 2020
commit 2a873c945b00d4cc56a5bdb5a04cd0bb5fa7390a
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"