Don't delay spinning up test runners

This commit is contained in:
Leroy Hopson 2024-02-24 16:20:17 +13:00
parent b3ea3d4482
commit fa238465f8
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

View file

@ -231,7 +231,6 @@ jobs:
test: test:
name: Test (${{ matrix.platform }}, ${{ matrix.arch }}, ${{ matrix.test-type }}, debug) name: Test (${{ matrix.platform }}, ${{ matrix.arch }}, ${{ matrix.test-type }}, debug)
needs: [check-archive, check-pre-commit]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: false fail-fast: false