ci: increase tests shards to 4

This commit is contained in:
Abdullah Atta
2023-01-04 12:43:28 +05:00
parent 5a540362c0
commit 4374af79bc

View File

@@ -63,7 +63,7 @@ jobs:
name: 🧪 Test (${{ matrix.shard }}/${{ strategy.job-total }}) name: 🧪 Test (${{ matrix.shard }}/${{ strategy.job-total }})
strategy: strategy:
matrix: matrix:
shard: [1, 2, 3] shard: [1, 2, 3, 4]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout