Skip to content

Commit 1156003

Browse files
committed
No fail fast
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 3e822f3 commit 1156003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dep_rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
build:
3535
if: ${{ inputs.docs_only == 'false' }}
3636
strategy:
37-
fail-fast: true
37+
fail-fast: false
3838
matrix:
3939
hypervisor: [hyperv, mshv, mshv3, kvm] # hyperv is windows, mshv and kvm are linux
4040
cpu: [amd, intel]

0 commit comments

Comments
 (0)