Skip to content

Commit 140faf4

Browse files
authored
Update ci.yml
1 parent ed0f7d7 commit 140faf4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
name: Smoke test language server (Elixir ${{matrix.elixir}} | OTP ${{matrix.otp}})
1515
runs-on: ubuntu-22.04
1616
strategy:
17+
fail-fast: false
1718
matrix:
1819
include:
1920
- elixir: 1.14.x
@@ -61,6 +62,7 @@ jobs:
6162
name: Smoke test debug adapter (Elixir ${{matrix.elixir}} | OTP ${{matrix.otp}})
6263
runs-on: ubuntu-22.04
6364
strategy:
65+
fail-fast: false
6466
matrix:
6567
include:
6668
- elixir: 1.14.x

0 commit comments

Comments
 (0)