File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments