Skip to content

Commit 47b7963

Browse files
update unit tests ci
1 parent a43cff2 commit 47b7963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stacks-core-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
matrix:
3232
## Partition the tests into 8 jobs
3333
## - This is used in a later step when running `cargo nextest run ... --partition count:num/8`
34-
partition: [1, 2, 3, 4, 5, 6, 7, 8]
34+
partition: [1, 2, 3, 4, 5, 6, 7, 8, 9]
3535
steps:
3636
## Setup test environment
3737
- name: Setup Test Environment
@@ -48,7 +48,7 @@ jobs:
4848
uses: stacks-network/actions/stacks-core/run-tests/partition@main
4949
with:
5050
partition: ${{ matrix.partition }}
51-
total-partitions: 8
51+
total-partitions: 9
5252

5353
## Create and upload code coverage file
5454
- name: Code Coverage

0 commit comments

Comments
 (0)