Skip to content

Commit

Permalink
ci: Always run test
Browse files Browse the repository at this point in the history
Always run test jobs even if sim-builder fails as some sims should
always build and we should run the tests for those.
  • Loading branch information
achow101 committed Jul 1, 2024
1 parent 9fbe6be commit 445dbc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ jobs:
test-dist:
name: Python ${{ matrix.python-version }} ${{ matrix.device }} ${{ matrix.script.name }}
runs-on: ubuntu-latest
if: ${{ always() }}
needs: [ dist-builder, sim-builder, ledger-app-builder, bitcoind-builder ]

strategy:
Expand Down Expand Up @@ -271,6 +272,7 @@ jobs:
test-all:
name: Python ${{ matrix.python-version }} ${{ matrix.device }} ${{ matrix.interface }}
runs-on: ubuntu-latest
if: ${{ always() }}
needs: [ sim-builder, ledger-app-builder, bitcoind-builder ]
timeout-minutes: 45

Expand Down

0 comments on commit 445dbc9

Please sign in to comment.