Skip to content

Commit

Permalink
Fix ci-ai workflow
Browse files Browse the repository at this point in the history
Signed-off-by: mrizzi <[email protected]>
  • Loading branch information
mrizzi committed Nov 13, 2024
1 parent bb742b1 commit 1455986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-ai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
ollama serve &
ollama pull llama3.1:8b
- name: Test
run: cargo test -p trustify-module-fundamental ai:: -- --nocapture
run: 'cargo test -p trustify-module-fundamental ai:: -- --nocapture'
env:
RUST_LOG: trustify_module_fundamental::ai=info,langchain_rust=info
OPENAI_API_KEY: ollama
Expand Down

0 comments on commit 1455986

Please sign in to comment.