We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e64b495 + 6ed9576 commit 9ab12eeCopy full SHA for 9ab12ee
README.md
@@ -55,6 +55,7 @@ jobs:
55
# and install modules before tests.
56
- name: Run tests parallelly
57
run: |
58
+ go mod download
59
go test ./... -list . | \
60
go run github.com/minoritea/go-splittestgen/cmd/go-splittestgen \
61
-total ${{ matrix.parallelism }} \
0 commit comments