Move test-type after platform and arch

This commit is contained in:
Leroy Hopson 2024-02-24 15:33:51 +13:00
parent 0bc4d8b5a2
commit 5c175d9192
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

View file

@ -267,7 +267,7 @@ jobs:
path: docs/demo path: docs/demo
test: test:
name: Test (${{ matrix.test-type }}, ${{ matrix.platform }}, ${{ matrix.arch }}, debug) name: Test (${{ matrix.platform }}, ${{ matrix.arch }}, ${{ matrix.test-type }}, debug)
needs: [check-archive, check-pre-commit] needs: [check-archive, check-pre-commit]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy: