diff options
| author | seth <[email protected]> | 2023-11-07 22:51:31 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-07 22:51:31 -0500 |
| commit | 2f18ba258a123cc9b4109493bdc7b09876705674 (patch) | |
| tree | e36013721997f378bde7d3d0cca97b55e41919e5 | |
| parent | 2817f8e1272bd55a2e0be30bfaf7c69cb56176d3 (diff) | |
ci: specify method in test matrices
| -rw-r--r-- | .github/workflows/ci.yaml | 4 |
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 |
