1 parent cdaf6b7 commit d8be584Copy full SHA for d8be584
1 file changed
.github/workflows/build.yml
@@ -158,8 +158,6 @@ jobs:
158
name: ubuntu-24.04-noble-amd64-valgrind ${{ matrix.split }}
159
needs: build-valgrind
160
runs-on: ubuntu-latest
161
- env:
162
- SPLIT_COUNT: ${{ strategy.job-total }}
163
strategy:
164
fail-fast: false
165
matrix:
@@ -197,6 +195,7 @@ jobs:
197
195
make test BRANCH=main
198
196
env:
199
SPLIT_INDEX: ${{ matrix.split }}
+ SPLIT_COUNT: ${{ strategy.job-total }}
200
201
- name: Post test
202
if: always()
0 commit comments