give ci key

This commit is contained in:
geoffsee
2025-07-11 17:17:38 -04:00
parent bbc9d8d971
commit 41967abc1a

View File

@@ -24,6 +24,8 @@ jobs:
- name: Run TypeScript tests
run: bun test
env:
OPENAI_API_KEY: ${{ env.OPENAI_API_KEY }}
test-rust:
runs-on: ubuntu-latest