We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ddac4 commit 6b799fcCopy full SHA for 6b799fc
.github/workflows/Test.yml
@@ -24,8 +24,9 @@ jobs:
24
prefix-key: 'test'
25
26
- run: |
27
- echo "OPENAI_KEY=${{ secrets.OPENAI_KEY }}" > test.env
28
- echo "DEEPINFRA_KEY=${{ secrets.DEEPINFRA_KEY }}" >> test.env
+ echo "DEEPINFRA_KEY=${{ secrets.DEEPINFRA_KEY }}" > test.env
+ echo "GOOGLE_KEY=${{ secrets.GOOGLE_KEY }}" >> test.env
29
+ echo "OPENAI_KEY=${{ secrets.OPENAI_KEY }}" >> test.env
30
31
- run: cargo test --all-features
32
0 commit comments