Skip to content

Commit 2747c70

Browse files
1 parent 79db105 commit 2747c70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
swift: ["6.0.3", "6.1.0", "nightly-main", "nightly-6.2-noble"]
23+
fail-fast: false
2324
container: ${{ contains(matrix.swift, 'nightly') && format('swiftlang/swift:{0}', matrix.swift) || format('swift:{0}', matrix.swift) }}
2425
steps:
2526
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)