Skip to content

Commit 8d3a2d9

Browse files
authored
Update benchmark.yml
Signed-off-by: Andy Zhang <[email protected]>
1 parent 2136d61 commit 8d3a2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.
19-
fail-fast: false
19+
fail-fast: true
2020
# Set up a matrix to run the following 3 configurations:
2121
# 1. <Windows, Release, latest MSVC compiler toolchain on the default runner image, default generator>
2222
# 2. <Linux, Release, latest GCC compiler toolchain on the default runner image, default generator>

0 commit comments

Comments
 (0)