Skip to content

Commit 309e627

Browse files
committed
slh-dsa: lower tests sharding to 4 member
1 parent 733b105 commit 309e627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/slh-dsa.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
runs-on: ubuntu-latest
8585
strategy:
8686
matrix:
87-
test-partition: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]
87+
test-partition: [1, 2, 3, 4]
8888
rust:
8989
- 1.85.0 # MSRV
9090
- stable
@@ -109,4 +109,4 @@ jobs:
109109
fi
110110
111111
~/.cargo/bin/cargo-nextest nextest run --archive-file nextest-archive-${{ matrix.rust }}-${{ matrix.test_config }}.tar.zst \
112-
--partition count:${{ matrix.test-partition }}/16
112+
--partition count:${{ matrix.test-partition }}/4

0 commit comments

Comments
 (0)