Skip to content

Commit

Permalink
do not stop other CI jobs when one CI job fails
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Feb 21, 2020
1 parent f147aa6 commit 8ee8167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -9,6 +9,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
version: [stable, nightly]
neovim: [true, false]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8ee8167

Please sign in to comment.