aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2021-03-15 20:52:42 +0100
committerKiyan <yazdani.kiyan@protonmail.com>2021-03-16 18:52:43 +0100
commitf0b9b3b8aca5a18f381efb4427996c7acb5ce1a9 (patch)
tree37d2bc28d4d7f0e98d218933ee3049596ddf4d88 /.github
parentUpdate ocaml (diff)
downloadnvim-treesitter-f0b9b3b8aca5a18f381efb4427996c7acb5ce1a9.tar
nvim-treesitter-f0b9b3b8aca5a18f381efb4427996c7acb5ce1a9.tar.gz
nvim-treesitter-f0b9b3b8aca5a18f381efb4427996c7acb5ce1a9.tar.bz2
nvim-treesitter-f0b9b3b8aca5a18f381efb4427996c7acb5ce1a9.tar.lz
nvim-treesitter-f0b9b3b8aca5a18f381efb4427996c7acb5ce1a9.tar.xz
nvim-treesitter-f0b9b3b8aca5a18f381efb4427996c7acb5ce1a9.tar.zst
nvim-treesitter-f0b9b3b8aca5a18f381efb4427996c7acb5ce1a9.zip
Do not fail fast in CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check-query-files-and-compilation.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/check-query-files-and-compilation.yml b/.github/workflows/check-query-files-and-compilation.yml
index 546d56157..301a327e0 100644
--- a/.github/workflows/check-query-files-and-compilation.yml
+++ b/.github/workflows/check-query-files-and-compilation.yml
@@ -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 ]