Skip to content

Commit

Permalink
Merge #743: ci: Always run test
Browse files Browse the repository at this point in the history
edab2af ci: Always run test (Ava Chow)

Pull request description:

  Always run test jobs even if sim-builder fails as some sims should always build and we should run the tests for those.

Top commit has no ACKs.

Tree-SHA512: c6602f3418037b77e4f79cb534f10cea920a84d58ea7f596c5b950467f9e0d0367bd11c77362824fc4c9a2b4f37db7a4fa2a3c222eaa22154d38e3acbbb39ae6
  • Loading branch information
achow101 committed Aug 30, 2024
2 parents fd19fa7 + edab2af commit ef39080
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 ef39080

Please sign in to comment.