summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-07 22:51:31 -0500
committerseth <[email protected]>2023-11-07 22:51:31 -0500
commit2f18ba258a123cc9b4109493bdc7b09876705674 (patch)
treee36013721997f378bde7d3d0cca97b55e41919e5 /.github/workflows/ci.yaml
parent2817f8e1272bd55a2e0be30bfaf7c69cb56176d3 (diff)
ci: specify method in test matrices
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 2 insertions, 2 deletions
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