Skip to content

Commit 0b5d1fa

Browse files
committed
Put a line in the wrong place - fail-fast
Signed-off-by: Mats Wichmann <[email protected]>
1 parent d00ba60 commit 0b5d1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ on:
1717
jobs:
1818
# This workflow contains a single job called "runtest"
1919
runtest:
20-
fail-fast: false
2120
strategy:
21+
fail-fast: false
2222
matrix:
2323
os: ['ubuntu-22.04', 'ubuntu-24.04']
2424

0 commit comments

Comments
 (0)