Skip to content

Commit 3879b6e

Browse files
committed
add name and without fail fast
1 parent d3cd846 commit 3879b6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rattler-build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ concurrency:
1212

1313
jobs:
1414
build:
15-
name: Build (${{ matrix.target }})
15+
name: ${{ matrix.target }}
1616
runs-on: ${{ matrix.host }}
1717
strategy:
18+
fail-fast: false
1819
matrix:
1920
include:
2021
- { target: win-64, host: windows-latest }

0 commit comments

Comments
 (0)