Skip to content

Commit 403d854

Browse files
authored
Do not fail-fast on test-tutorials
It is possible during release for local to work and cratesio to fail
1 parent 4cdc4bf commit 403d854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
strategy:
140140
matrix:
141141
behavior: [local, cratesio]
142-
fail-fast: true
142+
fail-fast: false
143143
steps:
144144
- uses: actions/checkout@v3
145145

0 commit comments

Comments
 (0)