Skip to content

Commit

Permalink
chore(ci): add fail-fast: false for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Jul 8, 2023
1 parent 9d833c1 commit 9014cbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
tests_vim:
name: Vim
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
vim-version: [v7.4.2119, head]
Expand Down Expand Up @@ -50,6 +51,7 @@ jobs:
tests_neovim:
name: NeoVim
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
vim-version: [v0.3.2, head]
Expand Down

0 comments on commit 9014cbd

Please sign in to comment.