github: let hw test run to completion on failure

Merge to master is infrequent enough that we can let the hardware test
suite run to completion even if one of the tests failed. This will
provide more information in the history on which boards worked for
which commits, even if the test for one is broken for some time.

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
Gerwin Klein 2022-01-31 11:05:22 +11:00 committed by Gerwin Klein
parent 04c8c40a52
commit 0e91dccf5a

View file

@ -92,6 +92,7 @@ jobs:
runs-on: ubuntu-latest
needs: [sim, the_matrix]
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.the_matrix.outputs.matrix) }}
# do not run concurrently with other workflows, but do run concurrently in the build matrix
concurrency: hw-run-${{ strategy.job-index }}