🧪 test: level 4

This commit is contained in:
Florian Hönicke
2023-04-28 23:58:35 +02:00
parent aab91a4077
commit 3dd5daf2bf
6 changed files with 62 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
group: [1, 2]
group: [1, 2, 3, 4]
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
@@ -27,7 +27,7 @@ jobs:
- name: Test
id: test
run: |
pytest -v -s -m "not gpu" --splits 9 --group ${{ matrix.group }} --splitting-algorithm least_duration test/
timeout-minutes: 20
pytest -v -s -m "not gpu" --splits 4 --group ${{ matrix.group }} --splitting-algorithm least_duration test/
timeout-minutes: 10
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}