diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-03-17 13:01:28 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-03-17 13:01:28 +0100 |
| commit | 1a24bd156a7e10bc1aa59af3f19eec6d274b7134 (patch) | |
| tree | d67cd43f515b1ca6b2d61eee37de2add519cf2c6 /.github/workflows | |
| parent | a20a3fecfa12a1191851d1475fdd8d50be23c77f (diff) | |
| download | qxmpp-1a24bd156a7e10bc1aa59af3f19eec6d274b7134.tar.gz | |
github ci: Don't cancel other jobs on failure
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/tests.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 82ef50ab..6d0439f4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,6 +13,7 @@ jobs: env: CONFIG: ${{ matrix.config }} strategy: + fail-fast: false matrix: os: [ubuntu-latest, macos-latest] config: [minimal, full, full-debug] |
