Skip to content

Commit 3ff2e5c

Browse files
authored
Update README.md
1 parent 18969c0 commit 3ff2e5c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,13 @@ jobs:
5151
steps:
5252
- uses: actions/setup-go@v2
5353
- uses: actions/checkout@v2
54+
# Add github.com/minoritea/go-splittestgen to go.mod
55+
# and install modules before tests.
5456
- name: Run tests parallelly
5557
run: |
5658
go test ./... -list . | \
57-
go run github.com/minoritea/go-splittestgen/cmd/go-splittestgen -total ${{ matrix.parallelism }} -index ${{ matrix.index }} | \
59+
go run github.com/minoritea/go-splittestgen/cmd/go-splittestgen | \
60+
-total ${{ matrix.parallelism }} -index ${{ matrix.index }} | \
5861
sed -e 's/$/ -v -count 1/g' | sh
5962
```
6063

0 commit comments

Comments
 (0)