We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74b84e3 + bde4842 commit 924a8f9Copy full SHA for 924a8f9
README.md
@@ -56,8 +56,9 @@ jobs:
56
- name: Run tests parallelly
57
run: |
58
go test ./... -list . | \
59
- go run github.com/minoritea/go-splittestgen/cmd/go-splittestgen | \
60
- -total ${{ matrix.parallelism }} -index ${{ matrix.index }} | \
+ go run github.com/minoritea/go-splittestgen/cmd/go-splittestgen \
+ -total ${{ matrix.parallelism }} \
61
+ -index ${{ matrix.index }} | \
62
sed -e 's/$/ -v -count 1/g' | sh
63
```
64
0 commit comments