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:
parent
a1a928547a
commit
4c77ed98d9
1
.github/workflows/packages.yml
vendored
1
.github/workflows/packages.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user