From 5c175d9192b271c85ebdb49e6d4354d8c034f0ef Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Sat, 24 Feb 2024 15:33:51 +1300 Subject: [PATCH] Move test-type after platform and arch --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c296fef..91527fe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -267,7 +267,7 @@ jobs: path: docs/demo 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] runs-on: ${{ matrix.os }} strategy: