Skip to content

Commit 57c915a

Browse files
chore: minor change in github action
1 parent 19e000c commit 57c915a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
uses: actions/checkout@v2
2525

2626
- name: Test
27-
run: go test ./...
27+
run: DEEPSEEK_API_KEY=${{secrets.DEEPSEEK_API_KEY}} go test ./...

0 commit comments

Comments
 (0)