Skip to content

Commit 924a8f9

Browse files
authored
Merge pull request #2 from minoritea/minoritea-patch-2
Update README.md
2 parents 74b84e3 + bde4842 commit 924a8f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ jobs:
5656
- name: Run tests parallelly
5757
run: |
5858
go test ./... -list . | \
59-
go run github.com/minoritea/go-splittestgen/cmd/go-splittestgen | \
60-
-total ${{ matrix.parallelism }} -index ${{ matrix.index }} | \
59+
go run github.com/minoritea/go-splittestgen/cmd/go-splittestgen \
60+
-total ${{ matrix.parallelism }} \
61+
-index ${{ matrix.index }} | \
6162
sed -e 's/$/ -v -count 1/g' | sh
6263
```
6364

0 commit comments

Comments
 (0)