Skip to content

Commit d8be584

Browse files
committed
Only use SPLIT_COUNT on test step
1 parent cdaf6b7 commit d8be584

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,6 @@ jobs:
158158
name: ubuntu-24.04-noble-amd64-valgrind ${{ matrix.split }}
159159
needs: build-valgrind
160160
runs-on: ubuntu-latest
161-
env:
162-
SPLIT_COUNT: ${{ strategy.job-total }}
163161
strategy:
164162
fail-fast: false
165163
matrix:
@@ -197,6 +195,7 @@ jobs:
197195
make test BRANCH=main
198196
env:
199197
SPLIT_INDEX: ${{ matrix.split }}
198+
SPLIT_COUNT: ${{ strategy.job-total }}
200199

201200
- name: Post test
202201
if: always()

0 commit comments

Comments
 (0)