ref: 656432301dc8b5591768aec76f8744fb7a984b5c
parent: 38a80f281667a8420483fb09a24898a3a03c1161
author: ISSOtm <[email protected]>
date: Mon Jul 27 14:34:32 EDT 2020
Run as many CI jobs as possible when one fails The other matrixes should not have this problem, so only touch unix testing
--- a/.github/workflows/testing.yml
+++ b/.github/workflows/testing.yml
@@ -11,6 +11,7 @@
- os: ubuntu-18.04
cc: gcc
target: develop
+ fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2