Skip to content

Commit 0bc669b

Browse files
committed
Disable fast-fail
1 parent d5ecc94 commit 0bc669b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/testing.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
tests: [ProtobufJavaPluginTest, ProtobufKotlinDslCopySpecTest, ProtobufKotlinDslPluginTest, ProtobufAndroidPluginTest, ProtobufAndroidPluginKotlinTest, AndroidProjectDetectionTest, IDESupportTest]
31+
fail-fast: false
3132
runs-on: ubuntu-latest
3233
timeout-minutes: 30
3334
steps:

0 commit comments

Comments
 (0)