Skip to content

Commit 53d073d

Browse files
authored
Update testing_rag.yml
1 parent 31291f1 commit 53d073d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/testing_rag.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
- name: Run tests
3838
timeout-minutes: 10
3939
run: |
40-
RAG_TEST=1 uv run --no-project pytest test/llm/models/ -m rag --cov --cov-report=xml -v
40+
RAG_TEST=1 uv run --no-project pytest test/llm/models/test_g_retriever.py -m rag --cov --cov-report=xml -v
41+
RAG_TEST=1 uv run --no-project pytest test/llm/models/test_llm.py -m rag --cov --cov-report=xml -v
42+
RAG_TEST=1 uv run --no-project pytest test/llm/models/test_sentence_transformer.py -m rag --cov --cov-report=xml -v
4143
RAG_TEST=1 uv run --no-project pytest test/llm/utils/ -m rag --cov --cov-report=xml -v
4244
RAG_TEST=1 uv run --no-project pytest test/llm/test_rag_loader.py -m rag --cov --cov-report=xml -v
4345
RAG_TEST=1 uv run --no-project pytest test/datasets -m rag --cov --cov-report=xml -v

0 commit comments

Comments
 (0)