There was an error while loading. Please reload this page.
1 parent 8569440 commit 357ead2Copy full SHA for 357ead2
1 file changed
.github/workflows/release.yml
@@ -33,8 +33,6 @@ jobs:
33
- run: cargo fmt --check
34
- run: cargo clippy --locked --all-targets --all-features -- -D warnings
35
- run: cargo test --locked
36
- env:
37
- OPENROUTER_API_KEY: ${{ secrets.OPENROUTER_API_KEY || 'ci-placeholder' }}
38
39
linux-x64:
40
needs: verify
0 commit comments