Bump functional test splits to 4

This commit is contained in:
Pedro Algarvio 2024-03-21 16:18:34 +00:00
parent ccfd8ea364
commit b2fe6c45db

View file

@ -654,7 +654,7 @@ def matrix(
"""
_matrix = []
_splits = {
"functional": 3,
"functional": 4,
"integration": 5,
"scenarios": 1,
"unit": 4,