Skip to content

Commit 842a665

Browse files
authored
chore: remove debugging changes
1 parent 0600ed7 commit 842a665

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/swift-package.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@ jobs:
2323
swift-package:
2424
name: Run tests on ${{ matrix.os }} with swift version ${{ matrix.swift }} dependencies ${{ matrix.dependencies != '' && toJSON(matrix.dependencies) }}
2525
runs-on: ${{ matrix.os }}
26-
continue-on-error: true
2726
defaults:
2827
run:
2928
shell: bash
3029
strategy:
31-
fail-fast: false
3230
matrix: ${{ fromJSON(inputs.matrix) }}
3331

3432
steps:

0 commit comments

Comments
 (0)