We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91470c7 commit 18dca6fCopy full SHA for 18dca6f
.github/workflows/ci.yml
@@ -8,6 +8,7 @@ name: CI
8
jobs:
9
ci-linux:
10
runs-on: ubuntu-latest
11
+ continue-on-error: ${{ matrix.experimental || false }}
12
strategy:
13
matrix:
14
# All generated code should be running on stable now
0 commit comments