Skip to content

Commit

Permalink
ci: use 4 shards
Browse files Browse the repository at this point in the history
  • Loading branch information
Niznikr authored and SiTaggart committed Feb 24, 2023
1 parent 28abf8d commit 3aa16c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_pull_request.yml
Expand Up @@ -305,7 +305,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
shard: [1/3, 2/3, 3/3]
shard: [1/4, 2/4, 3/4, 4/4]
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 3aa16c0

Please sign in to comment.