Add multitask tests (#265)

This commit is contained in:
Jason Liu
2023-12-09 16:09:14 -05:00
committed by GitHub
parent 694414e9fd
commit 941f10045f
10 changed files with 99 additions and 576 deletions
+2 -2
View File
@@ -43,8 +43,8 @@ jobs:
- name: Generate coverage report
if: matrix.python-version == '3.11'
run: |
poetry run coverage run -m pytest tests/ -k "not openai"
poetry run coverage report
poetry run coverage run -m pytest tests/ -k "not evals"
poetry run coverage report
poetry run coverage html
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}