File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ jobs:
184184 test-macOS-windows-binding :
185185 name : Test bindings on ${{ matrix.settings.target }} - node@${{ matrix.node }}
186186 needs :
187- - build
187+ - build-macOS-windows-binding
188188 strategy :
189189 fail-fast : false
190190 matrix :
@@ -237,7 +237,7 @@ jobs:
237237 test-linux-x64-gnu-binding :
238238 name : Test bindings on Linux-x64-gnu - node@${{ matrix.node }}
239239 needs :
240- - build
240+ - build-linux
241241 strategy :
242242 fail-fast : false
243243 matrix :
@@ -277,7 +277,7 @@ jobs:
277277 test-linux-x64-musl-binding :
278278 name : Test bindings on x86_64-unknown-linux-musl - node@${{ matrix.node }}
279279 needs :
280- - build
280+ - build-linux
281281 strategy :
282282 fail-fast : false
283283 matrix :
@@ -319,7 +319,7 @@ jobs:
319319 test-linux-aarch64-gnu-binding :
320320 name : Test bindings on aarch64-unknown-linux-gnu - node@${{ matrix.node }}
321321 needs :
322- - build
322+ - build-linux
323323 strategy :
324324 fail-fast : false
325325 matrix :
@@ -368,7 +368,7 @@ jobs:
368368 test-linux-aarch64-musl-binding :
369369 name : Test bindings on aarch64-unknown-linux-musl - node@lts
370370 needs :
371- - build
371+ - build-linux
372372
373373 runs-on : ubuntu-latest
374374
@@ -415,7 +415,7 @@ jobs:
415415 test-linux-arm-gnueabihf-binding :
416416 name : Test bindings on armv7-unknown-linux-gnueabihf - node@${{ matrix.node }}
417417 needs :
418- - build
418+ - build-linux
419419 strategy :
420420 fail-fast : false
421421 matrix :
You can’t perform that action at this time.
0 commit comments