Skip to content

Commit

Permalink
Speed up the integration tests
Browse files Browse the repository at this point in the history
This change runs more shards, which are now noticeably quicker to start.

Refs #976, 5e2bf81, dc04b4f
  • Loading branch information
thewilkybarkid committed Jun 2, 2023
1 parent dc04b4f commit 614f97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
strategy:
fail-fast: false
matrix:
shard: [1, 2, 3, 4, 5]
shard: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]

steps:
- name: 'Checkout code'
Expand Down

0 comments on commit 614f97c

Please sign in to comment.