mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Do not fail fast in CI
This commit is contained in:
parent
ec30cf1641
commit
f0b9b3b8ac
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ on: [push, pull_request]
|
|||
jobs:
|
||||
check_compilation_unix_like:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
cc: [ gcc, clang ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue