We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0f7d7 commit 140faf4Copy full SHA for 140faf4
1 file changed
.github/workflows/ci.yml
@@ -14,6 +14,7 @@ jobs:
14
name: Smoke test language server (Elixir ${{matrix.elixir}} | OTP ${{matrix.otp}})
15
runs-on: ubuntu-22.04
16
strategy:
17
+ fail-fast: false
18
matrix:
19
include:
20
- elixir: 1.14.x
@@ -61,6 +62,7 @@ jobs:
61
62
name: Smoke test debug adapter (Elixir ${{matrix.elixir}} | OTP ${{matrix.otp}})
63
64
65
66
67
68
0 commit comments