From 2f18ba258a123cc9b4109493bdc7b09876705674 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 7 Nov 2023 22:51:31 -0500 Subject: ci: specify method in test matrices --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 005c436..0e1e598 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -61,7 +61,7 @@ jobs: runs-on: ${{ matrix.os }} - name: build (${{ matrix.attr }}) + name: build (lib/${{ matrix.attr }}) steps: - uses: actions/checkout@v4 @@ -95,7 +95,7 @@ jobs: runs-on: ${{ matrix.os }} - name: build (${{ matrix.attr }}) + name: build (module/${{ matrix.attr }}) steps: - uses: actions/checkout@v4 -- cgit v1.2.3