🧪3️⃣ test: level 3

This commit is contained in:
Florian Hönicke
2023-05-01 18:31:41 +02:00
parent ce8f1e7c5a
commit 142f4d9f64
2 changed files with 5 additions and 6 deletions

View File

@@ -5,12 +5,12 @@ on:
pull_request:
jobs:
test_level:
test_cognitive_level:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
group: [0, 1, 2]
group: [0, 1, 2, 3]
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8