Skip to content

Commit eb8d631

Browse files
committed
Fixed unit test
1 parent 064ac62 commit eb8d631

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
curl -fsSL https://ollama.com/install.sh | sh
3939
ollama serve &
4040
sleep 5
41-
ollama pull llama3.2:3b
41+
ollama run llama3.2:3b &
4242
curl -s http://localhost:11434/api/tags || exit 1
4343
4444
# Checks-out your repository under $GITHUB_WORKSPACE, which is the CWD for

tests/integration_test/BUILD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ cc_test(
9191
data=[
9292
"//tests/raw:models",
9393
],
94-
size="small",
95-
timeout = "moderate"
94+
size="small"
9695
)
9796

9897
cc_test(

0 commit comments

Comments
 (0)