Skip to content

Commit

Permalink
use 6 partitions for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Jul 23, 2023
1 parent 85fca37 commit 4b29e34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
partition: [1, 2, 3, 4, 5]
partition: [1, 2, 3, 4, 5, 6]
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b29e34

Please sign in to comment.