ci: increase number of unit test partitions (#3848)

This commit is contained in:
Bjerg
2023-07-19 16:24:00 +02:00
committed by GitHub
parent bdb23b3703
commit a38b578218

View File

@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
partition: [1, 2, 3, 4]
partition: [1, 2, 3, 4, 5]
steps:
- name: Checkout sources
uses: actions/checkout@v3