CI: Do not stop all tests on failure of one

This can be helpful while building large packages which often fail to
compile on some archs but compile well on other
This commit is contained in:
Yaksh Bariya 2021-06-24 09:53:02 +05:30 committed by Leonid Pliushch
parent a1a928547a
commit 4c77ed98d9
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ jobs:
strategy:
matrix:
target_arch: [aarch64, arm, i686, x86_64]
fail-fast: false
steps:
- name: Clone repository
uses: actions/checkout@v2