Skip to content

Commit cab1c58

Browse files
committed
[CI] Enable fail-fast in matrix strategy for build-and-run workflow
1 parent e302f9e commit cab1c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
timeout-minutes: 30
3535

3636
strategy:
37-
fail-fast: false
37+
fail-fast: true
3838
matrix:
3939
backend:
4040
- name: opencl

0 commit comments

Comments
 (0)