We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d39eb commit 101ff18Copy full SHA for 101ff18
.github/workflows/test-integrations.yml
@@ -84,7 +84,8 @@ jobs:
84
85
- name: Run integration tests
86
run: |
87
- go run gotest.tools/gotestsum@v${{env.GOTESTSUM_VERSION}} \
+ go install gotest.tools/gotestsum@v${{env.GOTESTSUM_VERSION}} && \
88
+ gotestsum \
89
--format=short-verbose \
90
--rerun-fails \
91
--rerun-fails-report=/tmp/gotestsum-rerun-fails \
0 commit comments