We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0aa21a commit 435a490Copy full SHA for 435a490
.github/workflows/test.yml
@@ -24,4 +24,4 @@ jobs:
24
uses: actions/checkout@v2
25
26
- name: Test
27
- run: DEEPSEEK_API_KEY=${{secrets.DEEPSEEK_API_KEY}} go test ./... -count=1 -timeout=600s
+ run: DEEPSEEK_API_KEY=${{secrets.DEEPSEEK_API_KEY}} go test ./... -count=1 -timeout=600s -v
0 commit comments