don't fail fast in CI

This commit is contained in:
Daniel Poelzleithner 2022-06-07 22:30:51 +02:00
parent 82f9f27172
commit 6c8a3c2490
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ jobs:
tests: tests:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false
matrix: matrix:
version: version:
- lsyncd_lua5_3 - lsyncd_lua5_3